From f6250730c1bdeb3b9b717c66d2a525b97c41ffce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 07:14:32 +0000 Subject: [PATCH] chore(deps): bump net.snowflake:snowflake-jdbc from 4.1.0 to 4.2.0 Bumps [net.snowflake:snowflake-jdbc](https://github.com/snowflakedb/snowflake-jdbc) from 4.1.0 to 4.2.0. - [Release notes](https://github.com/snowflakedb/snowflake-jdbc/releases) - [Changelog](https://github.com/snowflakedb/snowflake-jdbc/blob/master/CHANGELOG.md) - [Commits](https://github.com/snowflakedb/snowflake-jdbc/compare/v4.1.0...v4.2.0) --- updated-dependencies: - dependency-name: net.snowflake:snowflake-jdbc dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- plugin-jdbc-snowflake/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin-jdbc-snowflake/build.gradle b/plugin-jdbc-snowflake/build.gradle index a53cf64b..76608bdd 100644 --- a/plugin-jdbc-snowflake/build.gradle +++ b/plugin-jdbc-snowflake/build.gradle @@ -13,7 +13,7 @@ jar { } dependencies { - implementation("net.snowflake:snowflake-jdbc:4.1.0") + implementation("net.snowflake:snowflake-jdbc:4.2.0") implementation project(':plugin-jdbc') implementation("org.bouncycastle:bcpkix-jdk18on:1.84")