Skip to content

Commit

Permalink
chore(deps): bump net.snowflake:snowflake-jdbc from 3.14.2 to 3.16.0
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.2 to 3.16.0.
- [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.2...v3.16.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 1, 2024
1 parent 39babfb commit e0c42fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ dependencies {
runtimeOnly("org.xerial:sqlite-jdbc:3.45.2.0")
runtimeOnly("org.postgresql:postgresql:42.7.3")
runtimeOnly("net.sourceforge.jtds:jtds:1.3.1")
runtimeOnly("net.snowflake:snowflake-jdbc:3.14.2")
runtimeOnly("net.snowflake:snowflake-jdbc:3.16.0")
runtimeOnly("com.microsoft.sqlserver:mssql-jdbc:12.6.1.jre11")
runtimeOnly("com.mysql:mysql-connector-j:8.3.0")

Expand Down

0 comments on commit e0c42fd

Please sign in to comment.