This is an automated email from the ASF dual-hosted git repository.
robbie pushed a commit to branch development
in repository https://gitbox.apache.org/repos/asf/activemq-artemis-examples.git
The following commit(s) were added to refs/heads/development by this push:
new c3cd128 ARTEMIS-4550 Upgrade spring boot version to 2.7.18
c3cd128 is described below
commit c3cd12840153c7cfd99d32506a16a06209a76854
Author: Domenico Francesco Bruscino <[email protected]>
AuthorDate: Wed Jan 3 10:29:01 2024 +0100
ARTEMIS-4550 Upgrade spring boot version to 2.7.18
---
examples/features/standard/spring-boot-integration/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/examples/features/standard/spring-boot-integration/pom.xml
b/examples/features/standard/spring-boot-integration/pom.xml
index 8bfc436..5878f69 100644
--- a/examples/features/standard/spring-boot-integration/pom.xml
+++ b/examples/features/standard/spring-boot-integration/pom.xml
@@ -27,8 +27,8 @@
<activemq.basedir>${project.basedir}/../../../..</activemq.basedir>
<!-- AMQP Spring Starter -->
- <amqp-10-jms-spring.version>2.5.8</amqp-10-jms-spring.version>
- <spring-boot-plugin.version>2.6.15</spring-boot-plugin.version>
+ <amqp-10-jms-spring.version>2.5.25</amqp-10-jms-spring.version>
+ <spring-boot-plugin.version>2.7.18</spring-boot-plugin.version>
</properties>
<dependencies>