Bump Guava to 32.1.3 67/108367/1
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 12 Oct 2023 10:21:54 +0000 (12:21 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 12 Oct 2023 10:21:54 +0000 (12:21 +0200)
https://github.com/google/guava/releases/tag/v32.1.3

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

index 60403a30d93055b2424bf1f865ed406388ee2a77..f4600123b6cc726311ea7aa6793907e2d852b647 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.1.2-jre</bundle>
+        <bundle>mvn:com.google.guava/guava/32.1.3-jre</bundle>
         <bundle>mvn:org.checkerframework/checker-qual/3.39.0</bundle>
     </feature>
 </features>
index eff26391eb48cd4e57bc14133bbf75f78d1f355c..b44333a524c6d1c98cdd64b311529a6f5956cf93 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.2-jre</version>
+        <version>32.1.3-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.2-jre</version>
+        <version>32.1.3-jre</version>
         <scope>test</scope>
         <exclusions>
           <exclusion>