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/08/22 23:06:42 UTC

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

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 94f3494  Bump version.spring from 5.3.6 to 5.3.9
94f3494 is described below

commit 94f349432d467ac2dd2b4621d97fe4f37bcdf2f3
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Jul 15 04:01:35 2021 +0000

    Bump version.spring from 5.3.6 to 5.3.9
    
    Bumps `version.spring` from 5.3.6 to 5.3.9.
    
    Updates `spring-beans` from 5.3.6 to 5.3.9
    - [Release notes](https://github.com/spring-projects/spring-framework/releases)
    - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.6...v5.3.9)
    
    Updates `spring-context` from 5.3.6 to 5.3.9
    - [Release notes](https://github.com/spring-projects/spring-framework/releases)
    - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.6...v5.3.9)
    
    Updates `spring-core` from 5.3.6 to 5.3.9
    - [Release notes](https://github.com/spring-projects/spring-framework/releases)
    - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.6...v5.3.9)
    
    Updates `spring-test` from 5.3.6 to 5.3.9
    - [Release notes](https://github.com/spring-projects/spring-framework/releases)
    - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.6...v5.3.9)
    
    ---
    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 d25a178..cf064d6 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.6</version.spring>
+    <version.spring>5.3.9</version.spring>
   </properties>
 
   <build>