This is an automated email from the ASF dual-hosted git repository.
alien11689 pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/aries.git
The following commit(s) were added to refs/heads/trunk by this push:
new 2b80a5e03 [MAINTENANCE] Update guava in blueprint-maven-plugin to
33.4.0-jre
2b80a5e03 is described below
commit 2b80a5e03521c9f06fc031f22cc3891abf91287d
Author: Dominik Przybysz <[email protected]>
AuthorDate: Tue Feb 11 19:42:03 2025 +0100
[MAINTENANCE] Update guava in blueprint-maven-plugin to 33.4.0-jre
---
blueprint/plugin/blueprint-maven-plugin-pax-cdi-handlers/pom.xml | 4 ++--
blueprint/plugin/blueprint-maven-plugin-spring-handlers/pom.xml | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/blueprint/plugin/blueprint-maven-plugin-pax-cdi-handlers/pom.xml
b/blueprint/plugin/blueprint-maven-plugin-pax-cdi-handlers/pom.xml
index 10b5e5131..a97fc857f 100644
--- a/blueprint/plugin/blueprint-maven-plugin-pax-cdi-handlers/pom.xml
+++ b/blueprint/plugin/blueprint-maven-plugin-pax-cdi-handlers/pom.xml
@@ -35,7 +35,7 @@
<properties>
<blueprint-maven-plugin-spi.version>1.0.0</blueprint-maven-plugin-spi.version>
- <guava.version>19.0</guava.version>
+ <guava.version>33.4.0-jre</guava.version>
<pax-cdi-api.version>0.8.0</pax-cdi-api.version>
</properties>
@@ -63,4 +63,4 @@
</dependency>
</dependencies>
-</project>
\ No newline at end of file
+</project>
diff --git a/blueprint/plugin/blueprint-maven-plugin-spring-handlers/pom.xml
b/blueprint/plugin/blueprint-maven-plugin-spring-handlers/pom.xml
index cfafe179e..d948a6c2c 100644
--- a/blueprint/plugin/blueprint-maven-plugin-spring-handlers/pom.xml
+++ b/blueprint/plugin/blueprint-maven-plugin-spring-handlers/pom.xml
@@ -41,7 +41,7 @@
<properties>
<blueprint-maven-plugin-spi.version>1.0.0</blueprint-maven-plugin-spi.version>
<commons-lang.version>2.6</commons-lang.version>
- <guava.version>19.0</guava.version>
+ <guava.version>33.4.0-jre</guava.version>
<spring.version>3.1.4.RELEASE</spring.version>
</properties>
@@ -93,4 +93,4 @@
</dependency>
</dependencies>
-</project>
\ No newline at end of file
+</project>