Skip to content

Commit

Permalink
fix: pom.xml to reduce vulnerabilities (#147)
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-COMGOOGLEGUAVA-5710356

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
  • Loading branch information
zapodot and snyk-bot authored Jul 12, 2024
1 parent 01b351a commit 66111c0
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 @@ -26,7 +26,7 @@
<junit.version>4.13.2</junit.version>
<unboundid-ldapsdk.version>6.0.6</unboundid-ldapsdk.version>
<slf4j.version>1.7.36</slf4j.version>
<guava.version>31.1-jre</guava.version>
<guava.version>32.0.0-jre</guava.version>
<byte-buddy.version>1.12.17</byte-buddy.version>
<logback.version>1.2.11</logback.version>
<bouncycastle.version>1.70</bouncycastle.version>
Expand Down

0 comments on commit 66111c0

Please sign in to comment.