Skip to content

Commit

Permalink
Merge pull request #434 from okta/dependabot/maven/com.google.guava-g…
Browse files Browse the repository at this point in the history
…uava-33.0.0-jre

Bump com.google.guava:guava from 32.1.3-jre to 33.0.0-jre
  • Loading branch information
arvindkrishnakumar-okta authored Feb 21, 2024
2 parents 15c1a4b + 5ea4c32 commit cf8b521
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/shiro-mustache/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>32.1.3-jre</version>
<version>33.0.0-jre</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>32.1.3-jre</version>
<version>33.0.0-jre</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit cf8b521

Please sign in to comment.