You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by gi...@apache.org on 2022/06/06 06:02:46 UTC

[archiva-redback-core] branch master updated: Bump spring-core from 5.3.19 to 5.3.20

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

github-bot pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva-redback-core.git


The following commit(s) were added to refs/heads/master by this push:
     new 477c8df9 Bump spring-core from 5.3.19 to 5.3.20
477c8df9 is described below

commit 477c8df9136d4e7262542cebc46c59bb152fce90
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sun Jun 5 10:41:16 2022 +0000

    Bump spring-core from 5.3.19 to 5.3.20
    
    Bumps [spring-core](https://github.com/spring-projects/spring-framework) from 5.3.19 to 5.3.20.
    - [Release notes](https://github.com/spring-projects/spring-framework/releases)
    - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.19...v5.3.20)
    
    ---
    updated-dependencies:
    - dependency-name: org.springframework:spring-core
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c3334f30..73c4565e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -96,7 +96,7 @@
     <slf4j.version>1.7.32</slf4j.version>
     <log4j.version>2.17.1</log4j.version>
     <ehcache.version>3.9.9</ehcache.version>
-    <spring.version>5.3.19</spring.version>
+    <spring.version>5.3.20</spring.version>
     <cxf.version>3.3.11</cxf.version>
     <jackson.version>2.12.1</jackson.version>
     <hsqldb.version>2.5.0</hsqldb.version>