From 31feed26c06bafeaea58e02c2310a3a5b5ab6f0e Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 13 Jan 2025 14:54:49 +0200
Subject: [PATCH] Bump net.snowflake:snowflake-jdbc from 3.20.0 to 3.21.0
 (#4519)

Bumps [net.snowflake:snowflake-jdbc](https://github.com/snowflakedb/snowflake-jdbc) from 3.20.0 to 3.21.0.
- [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.20.0...v3.21.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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c0b4cf992a..b2e2152946 100644
--- a/pom.xml
+++ b/pom.xml
@@ -175,7 +175,7 @@
 		<!-- JDBC -->
 		<mongodb.version>3.12.14</mongodb.version>
 		<ngdbc.version>2.23.7</ngdbc.version>
-		<snowflake.version>3.20.0</snowflake.version>
+		<snowflake.version>3.21.0</snowflake.version>
 		<mysql.version>8.4.0</mysql.version>
 		
 		<!-- QLDB -->