Skip to content

Commit 77e286b

Browse files
authored
SNOW-828031: Bumped up the Client PATCH version from 3.13.31 to 3.13.32 (#1400)
* SNOW-828031: Bumped up the Client PATCH version from 3.13.31 to 3.13.32 @noreview - This is an automated process. No review is required. * Update CHANGELOG.rst * Update SnowflakeDriver.java --------- Co-authored-by: _jenkins <snowflake-provisioner>
1 parent e1c4b24 commit 77e286b

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
**JDBC Driver 3.13.32**
2+
3+
4+
- \|| Please Refer to Release Notes at https://community.snowflake.com/s/article/JDBC-Driver-Release-Notes
5+
16
**JDBC Driver 3.13.31**
27

38
- \|| Please Refer to Release Notes at https://community.snowflake.com/s/article/JDBC-Driver-Release-Notes

FIPS/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>net.snowflake</groupId>
66
<artifactId>snowflake-jdbc-fips</artifactId>
7-
<version>3.13.31</version>
7+
<version>3.13.32</version>
88
<packaging>jar</packaging>
99

1010
<name>snowflake-jdbc-fips</name>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>net.snowflake</groupId>
66
<artifactId>snowflake-jdbc</artifactId>
7-
<version>3.13.31</version>
7+
<version>3.13.32</version>
88
<packaging>jar</packaging>
99

1010
<name>snowflake-jdbc</name>

src/main/java/net/snowflake/client/jdbc/SnowflakeDriver.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public class SnowflakeDriver implements Driver {
2323
static SnowflakeDriver INSTANCE;
2424

2525
public static final Properties EMPTY_PROPERTIES = new Properties();
26-
public static String implementVersion = "3.13.31";
26+
public static String implementVersion = "3.13.32";
2727

2828
static int majorVersion = 0;
2929
static int minorVersion = 0;

0 commit comments

Comments
 (0)