Skip to content

Commit

Permalink
Bump net.snowflake:snowflake-jdbc from 3.15.1 to 3.16.0 (#5864)
Browse files Browse the repository at this point in the history
Bumps [net.snowflake:snowflake-jdbc](https://github.com/snowflakedb/snowflake-jdbc) from 3.15.1 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.15.1...v3.16.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 13, 2024
1 parent ca5e3c5 commit deef683
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion liquibase-dist/pom.xml
Expand Up @@ -92,7 +92,7 @@
<dependency>
<groupId>net.snowflake</groupId>
<artifactId>snowflake-jdbc</artifactId>
<version>3.15.1</version>
<version>3.16.0</version>
</dependency>

<!-- CANNOT INCLUDE MYSQL FOR LICENSING REASONS -->
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -304,7 +304,7 @@
<dependency>
<groupId>net.snowflake</groupId>
<artifactId>snowflake-jdbc</artifactId>
<version>3.15.1</version>
<version>3.16.0</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit deef683

Please sign in to comment.