Skip to content

Commit c5f366b

Browse files
authored
Update libraries snowflake jdbc (#965)
* updated snowflake jdbc with no known vulnerabilities
1 parent d6c45e9 commit c5f366b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dumper/app/gradle.lockfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ net.java.dev.jna:jna:5.17.0=runtimeClasspath,testFixturesRuntimeClasspath,testRu
174174
net.java.dev.jna:jna-platform:5.16.0=compileClasspath,runtimeClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath,testCompileClasspath
175175
net.harawata:appdirs:1.3.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
176176
net.sf.jopt-simple:jopt-simple:5.0.4=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
177-
net.snowflake:snowflake-jdbc:3.22.0=runtimeClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
177+
net.snowflake:snowflake-jdbc:3.23.2=runtimeClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
178178
org.anarres.jdiagnostics:jdiagnostics:1.0.7=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
179179
org.apache.arrow:arrow-format:15.0.2=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
180180
org.apache.arrow:arrow-memory-core:15.0.2=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath

dumper/app/src/main/java/com/google/edwmigration/dumper/application/dumper/clouddumper/DriverRetriever.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ public static DriverRetriever create(CloseableHttpClient httpClient, Path driver
113113
.addDriver(
114114
"snowflake",
115115
URI.create(
116-
"https://repo1.maven.org/maven2/net/snowflake/snowflake-jdbc/3.13.33/snowflake-jdbc-3.13.33.jar"),
116+
"https://repo1.maven.org/maven2/net/snowflake/snowflake-jdbc/3.23.2/snowflake-jdbc-3.23.2.jar"),
117117
HEX_ENCODER.decode(
118118
"84f60f5c2d53f7cbc03ecb6ebf6f78b0e626f450cc7adeb49123959acc440811"),
119119
"snowflake-account-usage-logs",

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ redshift-jdbc = "2.1.0.32"
5050
shadow-plugin = "8.1.1"
5151
slf4j = "1.7.36"
5252
snakeyaml = "2.4"
53-
snowflake = "3.22.0"
53+
snowflake = "3.23.2"
5454
spotless-plugin-gradle = "6.4.1"
5555
spring = "5.3.39"
5656
sqlite-jdbc = "3.49.1.0"

0 commit comments

Comments
 (0)