Skip to content

Commit

Permalink
Merge pull request #140 from vert-x3/issues/update-guava-30-1-1-jre
Browse files Browse the repository at this point in the history
Update guava to use a CVE free version
  • Loading branch information
pmlopes committed Jan 4, 2022
2 parents 4535505 + ef01bb0 commit d0f9ed0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vertx-config-zookeeper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,11 @@
<version>1.7.21</version>
</dependency>

<!-- Force to 25.1-jre as that's the stack version -->
<!-- Force to 30.1.1-jre as that's the stack version -->
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>25.1-jre</version>
<version>30.1.1-jre</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit d0f9ed0

Please sign in to comment.