From 47b30406f3dd688848b3e782fd7d1fc3d6d77cf0 Mon Sep 17 00:00:00 2001 From: Julian Reschke Date: Wed, 15 Apr 2026 07:57:32 +0100 Subject: [PATCH] OAK-12183: Upgrade (shaded) Guava to 33.6.0 --- oak-shaded-guava/pom.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/oak-shaded-guava/pom.xml b/oak-shaded-guava/pom.xml index bf42d167812..72a066e5b10 100644 --- a/oak-shaded-guava/pom.xml +++ b/oak-shaded-guava/pom.xml @@ -28,7 +28,7 @@ bundle - 33.5.0-jre + 33.6.0-jre org.apache.jackrabbit.guava @@ -98,11 +98,11 @@ Note that these should match the specifications from the MANIFEST.mf file of the guava jar this jar will be based on. --> - ${pref}.common.base;version="34.0.0", - ${pref}.common.cache;version="33.4.2";uses:="${pref}.common.base,${pref}.common.collect,${pref}.common.util.concurrent", - ${pref}.common.collect;version="34.0.1";uses:="${pref}.common.base", - ${pref}.common.hash;version="33.5.0";uses:="${pref}.common.base", - ${pref}.common.util.concurrent;version="33.5.0";uses:="${pref}.common.base,${pref}.common.collect,${pref}.common.util.concurrent.internal,${pref}.common.primitives", + ${pref}.common.base;version="34.0.1", + ${pref}.common.cache;version="33.4.3";uses:="${pref}.common.base,${pref}.common.collect,${pref}.common.util.concurrent", + ${pref}.common.collect;version="34.1.0";uses:="${pref}.common.base", + ${pref}.common.hash;version="33.6.0";uses:="${pref}.common.base", + ${pref}.common.util.concurrent;version="34.0.0";uses:="${pref}.common.base,${pref}.common.collect,${pref}.common.util.concurrent.internal,${pref}.common.primitives", javax.crypto;resolution:=optional,