Skip to content

Commit

Permalink
Bump net.snowflake:snowflake-jdbc from 3.14.0 to 3.14.1
Browse files Browse the repository at this point in the history
Bumps [net.snowflake:snowflake-jdbc](https://github.com/snowflakedb/snowflake-jdbc) from 3.14.0 to 3.14.1.
- [Release notes](https://github.com/snowflakedb/snowflake-jdbc/releases)
- [Changelog](https://github.com/snowflakedb/snowflake-jdbc/blob/master/CHANGELOG.rst)
- [Commits](snowflakedb/snowflake-jdbc@v3.14.0...v3.14.1)

---
updated-dependencies:
- dependency-name: net.snowflake:snowflake-jdbc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 1, 2023
1 parent 7eef179 commit e89d6fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ dependencies {
runtimeOnly "org.xerial:sqlite-jdbc:3.43.0.0"
runtimeOnly "org.postgresql:postgresql:42.6.0"
runtimeOnly "net.sourceforge.jtds:jtds:1.3.1"
runtimeOnly "net.snowflake:snowflake-jdbc:3.14.0"
runtimeOnly "net.snowflake:snowflake-jdbc:3.14.1"
runtimeOnly "com.microsoft.sqlserver:mssql-jdbc:12.4.1.jre11"
runtimeOnly "mysql:mysql-connector-java:8.0.33"

Expand Down

0 comments on commit e89d6fd

Please sign in to comment.