Skip to content

Commit

Permalink
SNOW-985489: Bump patch 3.14.3 to 3.14.4 (#1580)
Browse files Browse the repository at this point in the history
SNOW-985489: Bump patch 3.13.3 to 3.14.4
  • Loading branch information
sfc-gh-dprzybysz committed Dec 6, 2023
1 parent 1bf4e1f commit 241d393
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
**JDBC Driver 3.14.4**

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

**JDBC Driver 3.14.3**

- \||Please Refer to Release Notes at https://community.snowflake.com/s/article/JDBC-Driver-Release-Notes
Expand Down
3 changes: 2 additions & 1 deletion FIPS/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@
<parent>
<groupId>net.snowflake</groupId>
<artifactId>snowflake-jdbc-parent</artifactId>
<version>3.14.3</version>
<version>3.14.4</version>
<relativePath>../parent-pom.xml</relativePath>
</parent>

<artifactId>snowflake-jdbc-fips</artifactId>
<version>3.14.4</version>
<packaging>jar</packaging>

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

<groupId>net.snowflake</groupId>
<artifactId>snowflake-jdbc-parent</artifactId>
<version>3.14.3</version>
<version>3.14.4</version>
<packaging>pom</packaging>

<properties>
Expand Down
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@
<parent>
<groupId>net.snowflake</groupId>
<artifactId>snowflake-jdbc-parent</artifactId>
<version>3.14.3</version>
<version>3.14.4</version>
<relativePath>./parent-pom.xml</relativePath>
</parent>

<artifactId>snowflake-jdbc</artifactId>
<version>3.14.4</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.14.3";
public static String implementVersion = "3.14.4";

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

0 comments on commit 241d393

Please sign in to comment.