You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ma...@apache.org on 2022/10/18 18:08:02 UTC

[activemq] branch main updated: [AMQ-9112] Upgrade to Spring 5.3.23 (#910)

This is an automated email from the ASF dual-hosted git repository.

mattrpav pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq.git


The following commit(s) were added to refs/heads/main by this push:
     new c86ed3112 [AMQ-9112] Upgrade to Spring 5.3.23 (#910)
c86ed3112 is described below

commit c86ed311227a7ab4a153118db0e8026dd8ce28cd
Author: Matt Pavlovich <ma...@hyte.io>
AuthorDate: Tue Oct 18 13:07:57 2022 -0500

    [AMQ-9112] Upgrade to Spring 5.3.23 (#910)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8de33a8ae..8ac97d77b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -99,7 +99,7 @@
     <shiro-version>1.9.1</shiro-version>
     <slf4j-version>1.7.36</slf4j-version>
     <snappy-version>1.1.2</snappy-version>
-    <spring-version>5.3.22</spring-version>
+    <spring-version>5.3.23</spring-version>
     <taglibs-version>1.2.5</taglibs-version>
     <velocity-version>2.3</velocity-version>
     <xpp3-version>1.1.4c</xpp3-version>