From e89d6fd7a155630da9bb696a125c3a5fcdc348db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 19:42:06 +0000 Subject: [PATCH] Bump net.snowflake:snowflake-jdbc from 3.14.0 to 3.14.1 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](https://github.com/snowflakedb/snowflake-jdbc/compare/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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index cd9bd4c4..121daa9d 100644 --- a/build.gradle +++ b/build.gradle @@ -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"