Skip to content

Commit

Permalink
Upgrade guava dependency to 32.1.3-jre to prevent vulnerabilities. (#656
Browse files Browse the repository at this point in the history
)
  • Loading branch information
osantana85 committed Nov 29, 2023
1 parent 0f3de69 commit a6cc9cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mongock-core/mongock-driver/mongock-driver-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>32.0.0-jre</version>
<version>32.1.3-jre</version>
</dependency>

<dependency>
Expand Down

0 comments on commit a6cc9cd

Please sign in to comment.