Bump Guava to 32.0.1 23/106523/1
authorRobert Varga <robert.varga@pantheon.tech>
Sun, 18 Jun 2023 19:02:17 +0000 (21:02 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Sun, 18 Jun 2023 19:02:17 +0000 (21:02 +0200)
https://github.com/google/guava/releases/tag/v32.0.1

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

index e41fe9295f8a891fdef0d5b78a7e25dac9e29e33..dc2bc584dc840a135a4b31cd1da1ab9ef7785a18 100644 (file)
@@ -2,7 +2,7 @@
 <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.0.0-jre</bundle>
+        <bundle>mvn:com.google.guava/guava/32.0.1-jre</bundle>
         <bundle>mvn:org.checkerframework/checker-qual/3.34.0</bundle>
     </feature>
 </features>
index 152f9cdb3565d4552969f6aa50848fea1a710d73..a0a8f6d01e145017085b6538083b5b1725b878ee 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.0.0-jre</version>
+        <version>32.0.1-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.0.0-jre</version>
+        <version>32.0.1-jre</version>
         <scope>test</scope>
         <exclusions>
           <exclusion>