This is an automated email from the ASF dual-hosted git repository.
clebertsuconic 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 ed4f806 ARTEMIS-3752 Upgrade Spring Framework to 5.3.18
ed4f806 is described below
commit ed4f80638aa4ea26f37b3029dca741c035121790
Author: Domenico Francesco Bruscino <[email protected]>
AuthorDate: Fri Apr 1 14:47:42 2022 +0200
ARTEMIS-3752 Upgrade Spring Framework to 5.3.18
---
examples/features/standard/spring-boot-integration/pom.xml | 2 +-
pom.xml | 2 +-
2 files 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 a99fa1f..703b5f1 100644
--- a/examples/features/standard/spring-boot-integration/pom.xml
+++ b/examples/features/standard/spring-boot-integration/pom.xml
@@ -73,7 +73,7 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
- <version>2.0.4.RELEASE</version>
+ <version>2.6.6</version>
</plugin>
</plugins>
</build>
diff --git a/pom.xml b/pom.xml
index 2a6f0a7..a2c0916 100644
--- a/pom.xml
+++ b/pom.xml
@@ -174,7 +174,7 @@
<hadoop.minikdc.version>3.3.1</hadoop.minikdc.version>
<owasp.version>6.1.0</owasp.version>
- <spring.version>5.1.7.RELEASE</spring.version>
+ <spring.version>5.3.18</spring.version>
<activemq.version.versionName>${project.version}</activemq.version.versionName>
<activemq.version.majorVersion>1</activemq.version.majorVersion>