This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch activemq-5.16.x
in repository https://gitbox.apache.org/repos/asf/activemq.git
The following commit(s) were added to refs/heads/activemq-5.16.x by this push:
new 4530777 [AMQ-8110] Upgrade to Spring 4.3.30.RELEASE
4530777 is described below
commit 4530777c515663abe1590645836a8287b84438e3
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 6f80e33..e9c2b87 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>
|