Skip to content

Commit

Permalink
pom: upgrade snowflake-jdbc to 3.21.0
Browse files Browse the repository at this point in the history
Fixes security CVEs
  • Loading branch information
DylanVanAssche committed Jan 22, 2025
1 parent fb398fb commit 91723fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@
<dependency>
<groupId>net.snowflake</groupId>
<artifactId>snowflake-jdbc</artifactId>
<version>3.19.0</version>
<version>3.21.0</version>
</dependency>


Expand Down

0 comments on commit 91723fc

Please sign in to comment.