Skip to content

Commit

Permalink
Merge pull request #579 from vmware/dependabot/maven/com.google.guava…
Browse files Browse the repository at this point in the history
…-guava-33.4.0-jre

build(deps): Bump com.google.guava:guava from 33.3.1-jre to 33.4.0-jre
  • Loading branch information
VenelinBakalov authored Dec 17, 2024
2 parents 894c316 + a5089f3 commit 37eb2c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common/o11n/project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>33.3.1-jre</version>
<version>33.4.0-jre</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
Expand Down
2 changes: 1 addition & 1 deletion maven/plugins/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>33.3.1-jre</version>
<version>33.4.0-jre</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
Expand Down

0 comments on commit 37eb2c8

Please sign in to comment.