Skip to content

Commit

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

Bump com.google.guava:guava from 33.2.0-jre to 33.3.0-jre
  • Loading branch information
arvindkrishnakumar-okta authored Aug 20, 2024
2 parents a82b035 + afe252f commit a3a600d
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>33.2.0-jre</version>
<version>33.3.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>33.2.0-jre</version>
<version>33.3.0-jre</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit a3a600d

Please sign in to comment.