You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by re...@apache.org on 2024/03/26 10:04:23 UTC

(jackrabbit-oak) branch OAK-10721 created (now c9beffacbd)

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

reschke pushed a change to branch OAK-10721
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git


      at c9beffacbd OAK-10721: oak-segment-azure/oak-blob-cloud-azure: update embedded Guava to 33.1.0

This branch includes the following new commits:

     new c9beffacbd OAK-10721: oak-segment-azure/oak-blob-cloud-azure: update embedded Guava to 33.1.0

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



(jackrabbit-oak) 01/01: OAK-10721: oak-segment-azure/oak-blob-cloud-azure: update embedded Guava to 33.1.0

Posted by re...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

reschke pushed a commit to branch OAK-10721
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git

commit c9beffacbdbba943da1639db13d6b66c24d6145a
Author: Julian Reschke <re...@apache.org>
AuthorDate: Tue Mar 26 11:04:03 2024 +0100

    OAK-10721: oak-segment-azure/oak-blob-cloud-azure: update embedded Guava to 33.1.0
---
 oak-blob-cloud-azure/pom.xml | 2 +-
 oak-segment-azure/pom.xml    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/oak-blob-cloud-azure/pom.xml b/oak-blob-cloud-azure/pom.xml
index 7c8dfac2bf..ca772973a7 100644
--- a/oak-blob-cloud-azure/pom.xml
+++ b/oak-blob-cloud-azure/pom.xml
@@ -148,7 +148,7 @@
         <dependency>
             <groupId>com.google.guava</groupId>
             <artifactId>guava</artifactId>
-            <version>33.0.0-jre</version>
+            <version>33.1.0-jre</version>
         </dependency>
         <dependency>
             <groupId>com.google.code.findbugs</groupId>
diff --git a/oak-segment-azure/pom.xml b/oak-segment-azure/pom.xml
index 39afa9723d..94a9f64f83 100644
--- a/oak-segment-azure/pom.xml
+++ b/oak-segment-azure/pom.xml
@@ -208,7 +208,7 @@
         <dependency>
             <groupId>com.google.guava</groupId>
             <artifactId>guava</artifactId>
-            <version>33.0.0-jre</version>
+            <version>33.1.0-jre</version>
         </dependency>
         <dependency>
             <groupId>com.google.code.findbugs</groupId>