Skip to content

Commit

Permalink
SNOW-582263: Bumped up the Client PATCH version from 3.13.17 to 3.13.…
Browse files Browse the repository at this point in the history
…18 (#931)
  • Loading branch information
sfc-gh-kdama authored Apr 27, 2022
1 parent 8f8ac5c commit d0c5d2d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
**JDBC Driver 3.13.18**

- \ | | Upgrade arrow and jackson versions to fix vulnerabilities
- \SNOW-576187 | | Don't append retryCount to the scoped URL for chunk downloading

**JDBC Driver 3.13.17**

- \SNOW-571607 | | Create patch for driver release v3.13.16 to fix incorrect behavior for getSchemas() function
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.17</version>
<version>3.13.18</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.17</version>
<version>3.13.18</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.17";
public static String implementVersion = "3.13.18";

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

0 comments on commit d0c5d2d

Please sign in to comment.