You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ki...@apache.org on 2022/03/25 20:37:38 UTC

[commons-configuration] branch dependabot/maven/spring.version-5.3.16 created (now 7c717e7)

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

kinow pushed a change to branch dependabot/maven/spring.version-5.3.16
in repository https://gitbox.apache.org/repos/asf/commons-configuration.git.


      at 7c717e7  Bump spring.version from 5.3.15 to 5.3.16

This branch includes the following new commits:

     new 7c717e7  Bump spring.version from 5.3.15 to 5.3.16

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[commons-configuration] 01/01: Bump spring.version from 5.3.15 to 5.3.16

Posted by ki...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

kinow pushed a commit to branch dependabot/maven/spring.version-5.3.16
in repository https://gitbox.apache.org/repos/asf/commons-configuration.git

commit 7c717e765b18bc4096f244b00cb1284d10a886ed
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Mar 4 16:27:29 2022 +0000

    Bump spring.version from 5.3.15 to 5.3.16
    
    Bumps `spring.version` from 5.3.15 to 5.3.16.
    
    Updates `spring-core` from 5.3.15 to 5.3.16
    - [Release notes](https://github.com/spring-projects/spring-framework/releases)
    - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.15...v5.3.16)
    
    Updates `spring-beans` from 5.3.15 to 5.3.16
    - [Release notes](https://github.com/spring-projects/spring-framework/releases)
    - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.15...v5.3.16)
    
    Updates `spring-context` from 5.3.15 to 5.3.16
    - [Release notes](https://github.com/spring-projects/spring-framework/releases)
    - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.15...v5.3.16)
    
    Updates `spring-test` from 5.3.15 to 5.3.16
    - [Release notes](https://github.com/spring-projects/spring-framework/releases)
    - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.15...v5.3.16)
    
    ---
    updated-dependencies:
    - dependency-name: org.springframework:spring-core
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.springframework:spring-beans
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.springframework:spring-context
      dependency-type: direct:development
      update-type: version-update:semver-patch
    - dependency-name: org.springframework:spring-test
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 7 +++++--
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1dfb123..068fd86 100644
--- a/pom.xml
+++ b/pom.xml
@@ -580,7 +580,7 @@
       *
     </commons.osgi.import>
     <slf4j.version>1.7.33</slf4j.version>
-    <spring.version>5.3.15</spring.version>
+    <spring.version>5.3.16</spring.version>
 
     <commons.japicmp.version>0.15.3</commons.japicmp.version>
     <japicmp.skip>false</japicmp.skip>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 6901234..5e293cd 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -165,7 +165,7 @@
          Bump jackson-databind from 2.11.3 to 2.13.1 ,#88, #94, #127, #159.
        </action>
        <action type="update" dev="ggregory" due-to="Dependabot">
-         Bump actions/cache from v2 to v2.1.7 #99, #151.
+         Bump actions/cache from v2 to v3 #99, #151, #169.
        </action>
        <action type="update" dev="ggregory" due-to="Gary Gregory">
          Bump commons.animal-sniffer.version 1.19 -> 1.20.
@@ -176,9 +176,12 @@
        <action type="update" dev="ggregory" due-to="Gary Gregory">
          Bump org.dbunit:dbunit from 2.7.0 to 2.7.2.
        </action>
-       <action type="update" dev="ggregory" due-to="John Patrick ">
+       <action type="update" dev="ggregory" due-to="John Patrick">
          Update tests to hamcrest v2.2 #143.
        </action>
+       <action type="update" dev="kinow" due-to="Dependabot">
+         Bump spring.version from 5.3.15 to 5.3.16 #165.
+       </action>
     </release>
     <release version="2.7" date="2020-03-07"
              description="Minor release with new features and updated dependencies.">