Skip to content

Commit

Permalink
Merge pull request #585 from gruelbox/dependabot/maven/com.google.gua…
Browse files Browse the repository at this point in the history
…va-guava-33.1.0-jre

Bump com.google.guava:guava from 33.0.0-jre to 33.1.0-jre
  • Loading branch information
badgerwithagun authored Mar 15, 2024
2 parents afe20db + fee359f commit c9270cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion transactionoutbox-guice/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>33.0.0-jre</version>
<version>33.1.0-jre</version>
<scope>test</scope>
</dependency>
<!-- Compile time -->
Expand Down
2 changes: 1 addition & 1 deletion transactionoutbox-jackson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>33.0.0-jre</version>
<version>33.1.0-jre</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit c9270cc

Please sign in to comment.