Skip to content

Commit

Permalink
SNOW-1435061 Upgrade JDBC driver for domains fix (#766)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-lsembera authored Jun 5, 2024
1 parent 5e93b3d commit aecbc30
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ authentication. Currently, we support ingestion through the following APIs:

The Snowflake Ingest Service SDK depends on the following libraries:

* snowflake-jdbc (3.13.30 to 3.14.5)
* snowflake-jdbc (3.16.1+)
* slf4j-api
* com.github.luben:zstd-jni (1.5.0-1)

Expand Down
2 changes: 1 addition & 1 deletion e2e-jar-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<dependency>
<groupId>net.snowflake</groupId>
<artifactId>snowflake-jdbc-fips</artifactId>
<version>3.13.34</version>
<version>3.16.1</version>
</dependency>
<dependency>
<groupId>net.snowflake.snowflake-ingest-java-e2e-jar-test</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<shadeBase>net.snowflake.ingest.internal</shadeBase>
<slf4j.version>1.7.36</slf4j.version>
<snappy.version>1.1.10.4</snappy.version>
<snowjdbc.version>3.14.5</snowjdbc.version>
<snowjdbc.version>3.16.1</snowjdbc.version>
<yetus.version>0.13.0</yetus.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion public_pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<dependency>
<groupId>net.snowflake</groupId>
<artifactId>snowflake-jdbc</artifactId>
<version>3.14.5</version>
<version>3.16.1</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit aecbc30

Please sign in to comment.