Skip to content

Commit

Permalink
Bump Guava to 33.4.0
Browse files Browse the repository at this point in the history
https://github.com/google/guava/releases/tag/v33.4.0

Change-Id: I62e8ec38b88565564fc8a0963e3f1858b8580c20
Signed-off-by: Robert Varga <[email protected]>
  • Loading branch information
rovarga committed Jan 6, 2025
1 parent c6ecb6f commit 2d2ad85
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion features/odl-guava/src/main/history/dependencies.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.2</bundle>
<bundle>mvn:com.google.guava/guava/33.3.1-jre</bundle>
<bundle>mvn:com.google.guava/guava/33.4.0-jre</bundle>
<bundle>mvn:org.checkerframework/checker-qual/3.48.2</bundle>
</feature>
</features>
2 changes: 1 addition & 1 deletion odlparent-lite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,7 @@
<link>https://hamcrest.org/JavaHamcrest/javadoc/3.0/</link>
<link>https://www.slf4j.org/apidocs/</link>
<link>https://xerces.apache.org/xerces2-j/javadocs/api/</link>
<link>https://guava.dev/releases/33.3.1-jre/api/docs/</link>
<link>https://guava.dev/releases/33.4.0-jre/api/docs/</link>
<link>https://netty.io/4.1/api/</link>
<link>https://commons.apache.org/proper/commons-lang/javadocs/api-release/</link>
</links>
Expand Down
4 changes: 2 additions & 2 deletions odlparent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@
<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>33.3.1-jre</version>
<version>33.4.0-jre</version>
<exclusions>
<exclusion>
<!-- Do not leak JSR305 onto the classpath by default -->
Expand All @@ -249,7 +249,7 @@
<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>33.3.1-jre</version>
<version>33.4.0-jre</version>
<scope>test</scope>
<exclusions>
<exclusion>
Expand Down

0 comments on commit 2d2ad85

Please sign in to comment.