This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch activemq-5.15.x
in repository https://gitbox.apache.org/repos/asf/activemq.git
The following commit(s) were added to refs/heads/activemq-5.15.x by this push:
new f55933b [AMQ-8110] Upgrade to Spring 4.3.30.RELEASE
f55933b is described below
commit f55933bfec71c0ce64ef5b594c097fc49996b4a6
Author: jbonofre <jbonofre@apache.org>
AuthorDate: Mon Jan 4 10:09:12 2021 +0100
[AMQ-8110] Upgrade to Spring 4.3.30.RELEASE
(cherry picked from commit 79716351a452c7477c2767f8ccaa8d55b1b0431c)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 4c0380b..4869035 100644
--- a/pom.xml
+++ b/pom.xml
@@ -119,7 +119,7 @@
<scalatest-version>3.0.8</scalatest-version>
<slf4j-version>1.7.30</slf4j-version>
<snappy-version>1.1.2</snappy-version>
- <spring-version>4.3.29.RELEASE</spring-version>
+ <spring-version>4.3.30.RELEASE</spring-version>
<taglibs-version>1.2.5</taglibs-version>
<velocity-version>2.2</velocity-version>
<xalan-version>2.7.2</xalan-version>
|