diff --git a/oak-shaded-guava/pom.xml b/oak-shaded-guava/pom.xml
index 69b23e7dbe5..fb0c357017d 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
@@ -99,10 +99,10 @@
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.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.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,