File tree Expand file tree Collapse file tree 5 files changed +10
-6
lines changed
src/main/java/net/snowflake/client/jdbc Expand file tree Collapse file tree 5 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 1+ **JDBC Driver 3.23.0 **
2+
3+ - \| |Please Refer to Release Notes at https://docs.snowflake.com/en/release-notes/clients-drivers/jdbc
4+
15**JDBC Driver 3.22.0 **
26
37- \| |Please Refer to Release Notes at https://docs.snowflake.com/en/release-notes/clients-drivers/jdbc
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >net.snowflake</groupId >
77 <artifactId >snowflake-jdbc-parent</artifactId >
8- <version >3.22.1-SNAPSHOT </version >
8+ <version >3.23.0 </version >
99 <relativePath >../parent-pom.xml</relativePath >
1010 </parent >
1111
1212 <artifactId >snowflake-jdbc-fips</artifactId >
13- <version >3.22.1-SNAPSHOT </version >
13+ <version >3.23.0 </version >
1414 <packaging >jar</packaging >
1515
1616 <name >snowflake-jdbc-fips</name >
Original file line number Diff line number Diff line change 55
66 <groupId >net.snowflake</groupId >
77 <artifactId >snowflake-jdbc-parent</artifactId >
8- <version >3.22.1-SNAPSHOT </version >
8+ <version >3.23.0 </version >
99 <packaging >pom</packaging >
1010
1111 <modules >
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >net.snowflake</groupId >
88 <artifactId >snowflake-jdbc-parent</artifactId >
9- <version >3.22.1-SNAPSHOT </version >
9+ <version >3.23.0 </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.22.1-SNAPSHOT </version >
15+ <version >3.23.0 </version >
1616 <packaging >jar</packaging >
1717
1818 <name >${artifactId} </name >
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ public class SnowflakeDriver implements Driver {
3737 static SnowflakeDriver INSTANCE ;
3838
3939 public static final Properties EMPTY_PROPERTIES = new Properties ();
40- public static String implementVersion = "3.22.1 " ;
40+ public static String implementVersion = "3.23.0 " ;
4141
4242 static int majorVersion = 0 ;
4343 static int minorVersion = 0 ;
You can’t perform that action at this time.
0 commit comments