Skip to content

Commit 93e8c0f

Browse files
author
Tu Quoc Tran
committed
FEATURE: MSF-22133 bump LCM version to 3.7.42
1 parent defc351 commit 93e8c0f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.7.41
1+
3.7.42

lib/gooddata/cloud_resources/mysql/mysql_client.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def build_url(url)
9393
host = matches[0][0]
9494
port = matches[0][2]&.to_i || MYSQL_DEFAULT_PORT
9595

96-
"#{JDBC_MYSQL_PROTOCOL}#{host}:#{port}/#{@database}?sslmode=#{get_ssl_mode(@ssl_mode)}&useCursorFetch=true"
96+
"#{JDBC_MYSQL_PROTOCOL}#{host}:#{port}/#{@database}?sslmode=#{get_ssl_mode(@ssl_mode)}&useCursorFetch=true&enabledTLSProtocols=TLSv1.2"
9797
end
9898

9999
def get_ssl_mode(ssl_mode)

0 commit comments

Comments
 (0)