This is an automated email from the ASF dual-hosted git repository.

adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git


The following commit(s) were added to refs/heads/master by this push:
     new 43d8e667c3 HDDS-8853. Bump Guava to 32.0.0-jre (#4906)
43d8e667c3 is described below

commit 43d8e667c375bb9fe8829ba50b86f7a87e3edf5f
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Sun Jun 18 20:49:03 2023 +0200

    HDDS-8853. Bump Guava to 32.0.0-jre (#4906)
    
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 hadoop-ozone/csi/pom.xml | 4 ++++
 pom.xml                  | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/hadoop-ozone/csi/pom.xml b/hadoop-ozone/csi/pom.xml
index ab41621c9c..7b2b82f10c 100644
--- a/hadoop-ozone/csi/pom.xml
+++ b/hadoop-ozone/csi/pom.xml
@@ -42,6 +42,10 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd";>
           <groupId>com.google.protobuf</groupId>
           <artifactId>protobuf-java</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>com.google.j2objc</groupId>
+          <artifactId>j2objc-annotations</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
     <dependency>
diff --git a/pom.xml b/pom.xml
index b1335b210a..0d88152bf7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -209,7 +209,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xs
 
     <compile-testing.version>0.19</compile-testing.version>
     <errorprone-annotations.version>2.2.0</errorprone-annotations.version>
-    <guava.version>31.1-jre</guava.version>
+    <guava.version>32.0.0-jre</guava.version>
     <guice.version>5.1.0</guice.version>
     <gson.version>2.9.0</gson.version>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to