This is an automated email from the ASF dual-hosted git repository. bdemers pushed a commit to branch update-guava-1-10-x in repository https://gitbox.apache.org/repos/asf/shiro.git
commit 7ac34806abcd61856b798c5d8fffe81b8ca45020 Author: Brian Demers <[email protected]> AuthorDate: Thu Oct 6 17:39:05 2022 -0500 Update guava to 31.1 --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index de9fd531..af2fc1f5 100644 --- a/pom.xml +++ b/pom.xml @@ -1192,6 +1192,11 @@ <artifactId>guice</artifactId> <version>${guice.version}</version> </dependency> + <dependency> + <groupId>com.google.guava</groupId> + <artifactId>guava</artifactId> + <version>31.1-jre</version> + </dependency> <dependency> <groupId>com.google.inject.extensions</groupId> <artifactId>guice-multibindings</artifactId>
