Bump Guava to 33.2.0 81/111881/2
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 28 May 2024 14:04:25 +0000 (16:04 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 28 May 2024 14:24:14 +0000 (16:24 +0200)
https://github.com/google/guava/releases/tag/v33.0.0
https://github.com/google/guava/releases/tag/v33.1.0
https://github.com/google/guava/releases/tag/v33.2.0

Change-Id: I4465ca137c3e6e7cc804cdca384c01a36fab618a
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
features/odl-guava/src/main/history/dependencies.xml
odlparent/pom.xml

index 46f067381cd479c901a0b751a8996a59333241f9..24f9e356ebaf91b35781605725255439c9fd07a9 100644 (file)
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <features xmlns="http://karaf.apache.org/xmlns/features/v1.6.0" name="odl-guava">
     <feature version="0.0.0">
-        <bundle>mvn:com.google.guava/failureaccess/1.0.1</bundle>
-        <bundle>mvn:com.google.guava/guava/32.1.3-jre</bundle>
+        <bundle>mvn:com.google.guava/failureaccess/1.0.2</bundle>
+        <bundle>mvn:com.google.guava/guava/33.2.0-jre</bundle>
         <bundle>mvn:org.checkerframework/checker-qual/3.43.0</bundle>
     </feature>
 </features>
index bc8b552f97c25a6448ad1aa32266ca03dd240287..e2f44639fa27ee0b1887daec9ce3fc3183bb0f16 100644 (file)
         <groupId>com.google.guava</groupId>
         <artifactId>guava</artifactId>
         <!-- When bumping this version, remember to also change the JavaDoc link in odlparent-lite and docs -->
-        <version>32.1.3-jre</version>
+        <version>33.2.0-jre</version>
         <exclusions>
           <exclusion>
             <!-- Do not leak JSR305 onto the classpath by default -->
         <groupId>com.google.guava</groupId>
         <artifactId>guava-testlib</artifactId>
         <!-- When bumping this version, remember to also change the JavaDoc link in odlparent-lite and docs -->
-        <version>32.1.3-jre</version>
+        <version>33.2.0-jre</version>
         <scope>test</scope>
         <exclusions>
           <exclusion>