Skip to content

Commit

Permalink
Up Guava
Browse files Browse the repository at this point in the history
  • Loading branch information
cstamas committed May 3, 2024
1 parent 96f2a5a commit 73ea1dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>33.1.0-jre</version>
<version>33.2.0-jre</version>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pomchecker-gradle-plugin/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ commonsLangVersion = 2.6
commonsLang3Version = 3.14.0
commonsLoggingVersion = 1.2
groovyVersion = 2.5.12
guavaVersion = 33.1.0-jre
guavaVersion = 33.2.0-jre
guiceVersion = 6.0.0
httpVersion = 4.5.10
mavenVersion = 3.9.6
Expand Down

0 comments on commit 73ea1dc

Please sign in to comment.