Skip to content

Commit

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

Bump com.google.guava:guava from 33.2.1-jre to 33.3.0-jre
  • Loading branch information
badgerwithagun authored Aug 30, 2024
2 parents f305676 + 9d105bc commit f950362
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.2.1-jre</version>
<version>33.3.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.2.1-jre</version>
<version>33.3.0-jre</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit f950362

Please sign in to comment.