You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ro...@apache.org on 2022/05/26 12:58:24 UTC

[activemq-artemis] branch main updated: ARTEMIS-3849: Update to Spring 5.3.20

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

robbie 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 e49a9521aa ARTEMIS-3849: Update to Spring 5.3.20
e49a9521aa is described below

commit e49a9521aaf6b706d692d797c32100a205704186
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Thu May 26 13:56:45 2022 +0100

    ARTEMIS-3849: Update to Spring 5.3.20
    
    This closes #4096
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 090a0c114d..b4c02a1130 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.19</spring.version>
+      <spring.version>5.3.20</spring.version>
 
       <jackson.version>2.13.2</jackson.version>
       <jackson-databind.version>2.13.2.2</jackson-databind.version>