Skip to content

Commit

Permalink
SNOW-683722: Bumped up the Client PATCH version from 3.13.23 to 3.13.…
Browse files Browse the repository at this point in the history
…24 (#1171)
  • Loading branch information
sfc-gh-kdama authored Oct 28, 2022
1 parent 8fd2c0b commit e5824be
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
**JDBC Driver 3.13.24**

- \|| Upgraded the following libraries:
- \|| arrow from version 8.0.0 to 9.0.0
- \|| jacksondatabind from version 2.13.2.2 to 2.13.4.2
- \|| google-cloud-storage from version 2.5.0 to 2.6.2
- \|| Remove DML check on getUpdateCount()

**JDBC Driver 3.13.23**

- \|| Relocate Google Guava classes from com/google/common/util/concurrent/** in FIPS driver
Expand Down
2 changes: 1 addition & 1 deletion FIPS/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>net.snowflake</groupId>
<artifactId>snowflake-jdbc-fips</artifactId>
<version>3.13.23</version>
<version>3.13.24</version>
<packaging>jar</packaging>

<name>snowflake-jdbc-fips</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>net.snowflake</groupId>
<artifactId>snowflake-jdbc</artifactId>
<version>3.13.23</version>
<version>3.13.24</version>
<packaging>jar</packaging>

<name>snowflake-jdbc</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class SnowflakeDriver implements Driver {
static SnowflakeDriver INSTANCE;

public static final Properties EMPTY_PROPERTIES = new Properties();
public static String implementVersion = "3.13.23";
public static String implementVersion = "3.13.24";

static int majorVersion = 0;
static int minorVersion = 0;
Expand Down

0 comments on commit e5824be

Please sign in to comment.