You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by bd...@apache.org on 2022/10/06 22:39:45 UTC

[shiro] 01/02: Update guava to 31.1

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 <bd...@apache.org>
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>