Skip to content

Commit 7e4b839

Browse files
NO-SNOW: Bump to new SNAPSHOT version (#2444)
1 parent 32a155f commit 7e4b839

5 files changed

Lines changed: 7 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#### For all official JDBC Release Notes please refer to https://docs.snowflake.com/en/release-notes/clients-drivers/jdbc
22

33
# Changelog
4+
- v3.28.1-SNAPSHOT
45
- v3.28.0
56
- Ability to choose connection configuration in auto configuration file by a parameter in JDBC url. (snowflakedb/snowflake-jdbc#2369)
67
- Bumped grpc-java to 1.77.0 to address CVE-2025-58057 from transient dep (snowflakedb/snowflake-jdbc#2415)

FIPS/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<parent>
66
<groupId>net.snowflake</groupId>
77
<artifactId>snowflake-jdbc-parent</artifactId>
8-
<version>3.28.0</version>
8+
<version>3.28.1-SNAPSHOT</version>
99
<relativePath>../parent-pom.xml</relativePath>
1010
</parent>
1111

1212
<artifactId>snowflake-jdbc-fips</artifactId>
13-
<version>3.28.0</version>
13+
<version>3.28.1-SNAPSHOT</version>
1414
<packaging>jar</packaging>
1515

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

parent-pom.xml

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

66
<groupId>net.snowflake</groupId>
77
<artifactId>snowflake-jdbc-parent</artifactId>
8-
<version>3.28.0</version>
8+
<version>3.28.1-SNAPSHOT</version>
99
<packaging>pom</packaging>
1010

1111
<modules>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
<parent>
77
<groupId>net.snowflake</groupId>
88
<artifactId>snowflake-jdbc-parent</artifactId>
9-
<version>3.28.0</version>
9+
<version>3.28.1-SNAPSHOT</version>
1010
<relativePath>./parent-pom.xml</relativePath>
1111
</parent>
1212

1313
<!-- Maven complains about using property here, but it makes install and deploy process easier to override final package names and localization -->
1414
<artifactId>${artifactId}</artifactId>
15-
<version>3.28.0</version>
15+
<version>3.28.1-SNAPSHOT</version>
1616
<packaging>jar</packaging>
1717

1818
<name>${artifactId}</name>

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

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

3636
public static final Properties EMPTY_PROPERTIES = new Properties();
37-
public static String implementVersion = "3.28.0";
37+
public static String implementVersion = "3.28.1";
3838

3939
static int majorVersion = 0;
4040
static int minorVersion = 0;

0 commit comments

Comments
 (0)