You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-commits@db.apache.org by mb...@apache.org on 2022/04/21 18:44:55 UTC

[db-jdo] branch main updated: Bump spring-beans from 5.2.9.RELEASE to 5.2.21.RELEASE in /parent-pom (#45)

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

mbo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/db-jdo.git


The following commit(s) were added to refs/heads/main by this push:
     new 953ae409 Bump spring-beans from 5.2.9.RELEASE to 5.2.21.RELEASE in /parent-pom (#45)
953ae409 is described below

commit 953ae409f597911302087b6ca2c671b3e2f7a901
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Apr 21 20:44:50 2022 +0200

    Bump spring-beans from 5.2.9.RELEASE to 5.2.21.RELEASE in /parent-pom (#45)
    
    Bumps [spring-beans](https://github.com/spring-projects/spring-framework) from 5.2.9.RELEASE to 5.2.21.RELEASE.
    - [Release notes](https://github.com/spring-projects/spring-framework/releases)
    - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.2.9.RELEASE...v5.2.21.RELEASE)
    
    ---
    updated-dependencies:
    - dependency-name: org.springframework:spring-beans
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 parent-pom/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent-pom/pom.xml b/parent-pom/pom.xml
index a6f91381..fd6255d3 100644
--- a/parent-pom/pom.xml
+++ b/parent-pom/pom.xml
@@ -219,7 +219,7 @@
             <dependency>
                 <groupId>org.springframework</groupId>
                 <artifactId>spring-beans</artifactId>
-                <version>5.2.9.RELEASE</version>
+                <version>5.2.21.RELEASE</version>
             </dependency>
             <dependency>
                 <groupId>commons-logging</groupId>