You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2021/09/30 06:48:38 UTC

[maven-indexer] branch master updated: Bump version.spring from 5.3.9 to 5.3.10

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

slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-indexer.git


The following commit(s) were added to refs/heads/master by this push:
     new e4112d6  Bump version.spring from 5.3.9 to 5.3.10
e4112d6 is described below

commit e4112d620bac165ee1adc53f99d2faae325e4d7c
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Sep 29 04:39:01 2021 +0000

    Bump version.spring from 5.3.9 to 5.3.10
    
    Bumps `version.spring` from 5.3.9 to 5.3.10.
    
    Updates `spring-beans` from 5.3.9 to 5.3.10
    - [Release notes](https://github.com/spring-projects/spring-framework/releases)
    - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.9...v5.3.10)
    
    Updates `spring-context` from 5.3.9 to 5.3.10
    - [Release notes](https://github.com/spring-projects/spring-framework/releases)
    - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.9...v5.3.10)
    
    Updates `spring-core` from 5.3.9 to 5.3.10
    - [Release notes](https://github.com/spring-projects/spring-framework/releases)
    - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.9...v5.3.10)
    
    Updates `spring-test` from 5.3.9 to 5.3.10
    - [Release notes](https://github.com/spring-projects/spring-framework/releases)
    - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.9...v5.3.10)
    
    ---
    updated-dependencies:
    - 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:production
      update-type: version-update:semver-patch
    - dependency-name: org.springframework:spring-core
      dependency-type: direct:production
      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>
---
 indexer-examples/indexer-examples-spring/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/indexer-examples/indexer-examples-spring/pom.xml b/indexer-examples/indexer-examples-spring/pom.xml
index cf064d6..18e0c79 100644
--- a/indexer-examples/indexer-examples-spring/pom.xml
+++ b/indexer-examples/indexer-examples-spring/pom.xml
@@ -35,7 +35,7 @@ under the License.
   </description>
 
   <properties>
-    <version.spring>5.3.9</version.spring>
+    <version.spring>5.3.10</version.spring>
   </properties>
 
   <build>