From 91723fc5b10bb968f1f2bc10dd66377c5a432197 Mon Sep 17 00:00:00 2001 From: Dylan Van Assche Date: Wed, 22 Jan 2025 09:58:34 +0100 Subject: [PATCH] pom: upgrade snowflake-jdbc to 3.21.0 Fixes security CVEs --- CHANGELOG.md | 3 +++ pom.xml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3032ed..1a22199 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +### Fixed +- Upgrade snowflake-jdbc to 3.21.0 to fix security CVEs. + ## [2.0.0] - 2025-01-09 ### Fixed diff --git a/pom.xml b/pom.xml index 3129702..0ba1375 100644 --- a/pom.xml +++ b/pom.xml @@ -245,7 +245,7 @@ net.snowflake snowflake-jdbc - 3.19.0 + 3.21.0