This is an automated email from the ASF dual-hosted git repository.

jbertram pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/main by this push:
     new e935b74f7a ARTEMIS-4595 upgrade Guava to 33.0.0-jre
e935b74f7a is described below

commit e935b74f7a2015463f3862c5fd220bf88428120f
Author: Justin Bertram <[email protected]>
AuthorDate: Tue Jan 30 15:24:51 2024 -0600

    ARTEMIS-4595 upgrade Guava to 33.0.0-jre
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 663a7fa358..afe403cb1c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -98,7 +98,7 @@
       <commons.codec.version>1.15</commons.codec.version>
       <fuse.mqtt.client.version>1.16</fuse.mqtt.client.version>
       <caffeine.version>3.1.6</caffeine.version>
-      <guava.version>32.0.1-jre</guava.version>
+      <guava.version>33.0.0-jre</guava.version>
       <hawtio.version>2.17.7</hawtio.version>
       <jsr305.version>3.0.2</jsr305.version>
       <jetty.version>10.0.16</jetty.version>

Reply via email to