From e89227dd859e3bde2bebe9fce2222adcc16cbace Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 19:49:06 +0000 Subject: [PATCH] chore(deps): bump net.snowflake:snowflake-jdbc from 3.16.0 to 3.16.1 Bumps [net.snowflake:snowflake-jdbc](https://github.com/snowflakedb/snowflake-jdbc) from 3.16.0 to 3.16.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.16.0...v3.16.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.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 9bdf92e0..5036d4da 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -165,7 +165,7 @@ dependencies { runtimeOnly("org.postgresql:postgresql:42.7.3") runtimeOnly("com.oracle.database.jdbc:ojdbc8:23.4.0.24.05") runtimeOnly("net.sourceforge.jtds:jtds:1.3.1") - runtimeOnly("net.snowflake:snowflake-jdbc:3.16.0") + runtimeOnly("net.snowflake:snowflake-jdbc:3.16.1") runtimeOnly("com.microsoft.sqlserver:mssql-jdbc:12.6.1.jre11") runtimeOnly("com.mysql:mysql-connector-j:8.4.0")