This is an automated email from the ASF dual-hosted git repository.
brusdev 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 5a8ee07be1 ARTEMIS-3752: update to Spring 5.3.19 and Spring Boot 2.6.7
which uses it
5a8ee07be1 is described below
commit 5a8ee07be1a2a75313e598af0d206ef54691be5e
Author: Robbie Gemmell <[email protected]>
AuthorDate: Fri Apr 22 10:16:55 2022 +0100
ARTEMIS-3752: update to Spring 5.3.19 and Spring Boot 2.6.7 which uses it
---
examples/features/standard/spring-boot-integration/pom.xml | 7 ++++---
pom.xml | 2 +-
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/examples/features/standard/spring-boot-integration/pom.xml
b/examples/features/standard/spring-boot-integration/pom.xml
index ca12135f66..b0dd982716 100644
--- a/examples/features/standard/spring-boot-integration/pom.xml
+++ b/examples/features/standard/spring-boot-integration/pom.xml
@@ -27,7 +27,8 @@
<activemq.basedir>${project.basedir}/../../../..</activemq.basedir>
<!-- AMQP Spring Starter -->
- <amqp-10-jms-spring.version>2.5.7</amqp-10-jms-spring.version>
+ <amqp-10-jms-spring.version>2.5.8</amqp-10-jms-spring.version>
+ <spring-boot-plugin.version>2.6.7</spring-boot-plugin.version>
</properties>
<dependencies>
@@ -73,8 +74,8 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
- <version>2.6.6</version>
+ <version>${spring-boot-plugin.version}</version>
</plugin>
</plugins>
</build>
-</project>
\ No newline at end of file
+</project>
diff --git a/pom.xml b/pom.xml
index b712d217df..d89fc74222 100644
--- a/pom.xml
+++ b/pom.xml
@@ -177,7 +177,7 @@
<hadoop.minikdc.version>3.3.1</hadoop.minikdc.version>
<owasp.version>6.1.0</owasp.version>
- <spring.version>5.3.18</spring.version>
+ <spring.version>5.3.19</spring.version>
<jackson.version>2.13.2</jackson.version>
<jackson-databind.version>2.13.2.2</jackson-databind.version>