Skip to content

Commit

Permalink
fix: pom.xml to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-NETSNOWFLAKE-8310506
  • Loading branch information
snyk-bot committed Nov 1, 2024
1 parent 80ae7ed commit 3fbd967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
<dependency>
<groupId>net.snowflake</groupId>
<artifactId>snowflake-jdbc</artifactId>
<version>3.12.11</version>
<version>3.20.0</version>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
Expand Down

0 comments on commit 3fbd967

Please sign in to comment.