Skip to content

Commit

Permalink
Bump net.snowflake:snowflake-jdbc from 3.20.0 to 3.21.0 (#5594)
Browse files Browse the repository at this point in the history
* Bump net.snowflake:snowflake-jdbc from 3.20.0 to 3.21.0

Bumps [net.snowflake:snowflake-jdbc](https://github.com/snowflakedb/snowflake-jdbc) from 3.20.0 to 3.21.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.20.0...v3.21.0)

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

Signed-off-by: dependabot[bot] <[email protected]>

* Update docs

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Valery Yatsynovich <[email protected]>
  • Loading branch information
dependabot[bot] and valfirst authored Dec 13, 2024
1 parent fa77df9 commit 1615070
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
implementation(group: 'net.snowflake', name: 'snowflake-jdbc', version: '3.20.0')
implementation(group: 'net.snowflake', name: 'snowflake-jdbc', version: '3.21.0')
2 changes: 1 addition & 1 deletion vividus-docker-bundler/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ dependencies {
implementation(group: 'com.ibm.db2.jcc', name: 'db2jcc', version: 'db2jcc4')
implementation(group: 'net.sourceforge.csvjdbc', name: 'csvjdbc', version: '1.0.46')
implementation(group: 'com.h2database', name: 'h2', version: '2.3.232')
implementation(group: 'net.snowflake', name: 'snowflake-jdbc', version: '3.20.0')
implementation(group: 'net.snowflake', name: 'snowflake-jdbc', version: '3.21.0')
}

tasks.register('copyRuntimeLibs', Copy) {
Expand Down

0 comments on commit 1615070

Please sign in to comment.