Bump Guava to 32.1.1-jre 91/106991/1
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 24 Jul 2023 12:07:31 +0000 (14:07 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 24 Jul 2023 12:07:31 +0000 (14:07 +0200)
https://github.com/google/guava/releases/tag/v32.1.0
https://github.com/google/guava/releases/tag/v32.1.1

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

index 1001927fad7aa3f9d9c55c7912376afbff18ff88..5b85fd21e5f1348a1e9641c312848251ea37b85c 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.1-jre</bundle>
+        <bundle>mvn:com.google.guava/guava/32.1.1-jre</bundle>
         <bundle>mvn:org.checkerframework/checker-qual/3.36.0</bundle>
     </feature>
 </features>
index 66e42e10c7bb9def3eab5fb7ff1929133c864bdb..41d30432e70e70af90835058b2e822a162a938d6 100644 (file)
                 <link>http://hamcrest.org/JavaHamcrest/javadoc/2.2/</link>
                 <link>http://www.slf4j.org/apidocs/</link>
                 <link>https://xerces.apache.org/xerces2-j/javadocs/api/</link>
-                <link>https://guava.dev/releases/32.0.1-jre/api/docs/</link>
+                <link>https://guava.dev/releases/32.1.1-jre/api/docs/</link>
                 <link>http://netty.io/4.1/api/</link>
                 <link>https://commons.apache.org/proper/commons-lang/javadocs/api-release/</link>
               </links>
index 93f67047a7ac19b4214366b687c8ba9013b4fafb..b003902291331d86ebdbe1fbd742290c6af28d92 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.1-jre</version>
+        <version>32.1.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.1-jre</version>
+        <version>32.1.1-jre</version>
         <scope>test</scope>
         <exclusions>
           <exclusion>