Skip to content

Commit

Permalink
Upgrade to Guava 30.1.1
Browse files Browse the repository at this point in the history
This addresses a security issue from by Dependabot that is not
relevant to modernizer.  Release notes:

https://github.com/google/guava/releases
  • Loading branch information
gaul committed Jul 21, 2021
1 parent d1cebe9 commit e4c60b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modernizer-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>29.0-jre</version>
<version>30.1.1-jre</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit e4c60b0

Please sign in to comment.