This is an automated email from the ASF dual-hosted git repository.
ctubbsii pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fluo.git
The following commit(s) were added to refs/heads/main by this push:
new 5f1ee51f Bump Guava to 31.1 (#1119)
5f1ee51f is described below
commit 5f1ee51f1cfb08eec4b895d40d54984b23b57e10
Author: Christopher Tubbs <[email protected]>
AuthorDate: Mon May 23 12:24:26 2022 -0400
Bump Guava to 31.1 (#1119)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index e36c7992..4f7fba11 100644
--- a/pom.xml
+++ b/pom.xml
@@ -89,7 +89,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
- <version>29.0-jre</version>
+ <version>31.1-jre</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>