Skip to content

Commit

Permalink
Bump net.snowflake:snowflake-jdbc from 3.17.0 to 3.18.0 (#5235)
Browse files Browse the repository at this point in the history
* Bump net.snowflake:snowflake-jdbc from 3.17.0 to 3.18.0

Bumps [net.snowflake:snowflake-jdbc](https://github.com/snowflakedb/snowflake-jdbc) from 3.17.0 to 3.18.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.17.0...v3.18.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>

* Update docs

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Valery Yatsynovich <valery_yatsynovich@epam.com>
  • Loading branch information
dependabot[bot] and valfirst authored Jul 25, 2024
1 parent a87077f commit 497b9de
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.17.0')
implementation(group: 'net.snowflake', name: 'snowflake-jdbc', version: '3.18.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.42')
implementation(group: 'com.h2database', name: 'h2', version: '2.3.230')
implementation(group: 'net.snowflake', name: 'snowflake-jdbc', version: '3.17.0')
implementation(group: 'net.snowflake', name: 'snowflake-jdbc', version: '3.18.0')
}

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

0 comments on commit 497b9de

Please sign in to comment.