You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2022/02/17 11:53:57 UTC

[myfaces-tobago] branch tobago-2.x updated: build(deps): bump spring.version from 4.3.29.RELEASE to 4.3.30.RELEASE

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

lofwyr pushed a commit to branch tobago-2.x
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/tobago-2.x by this push:
     new 32c15ac  build(deps): bump spring.version from 4.3.29.RELEASE to 4.3.30.RELEASE
32c15ac is described below

commit 32c15ace191da51662b277a9b0d5dc3878f94305
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Feb 17 11:47:14 2022 +0000

    build(deps): bump spring.version from 4.3.29.RELEASE to 4.3.30.RELEASE
    
    Bumps `spring.version` from 4.3.29.RELEASE to 4.3.30.RELEASE.
    
    Updates `spring-orm` from 4.3.29.RELEASE to 4.3.30.RELEASE
    - [Release notes](https://github.com/spring-projects/spring-framework/releases)
    - [Commits](https://github.com/spring-projects/spring-framework/compare/v4.3.29.RELEASE...v4.3.30.RELEASE)
    
    Updates `spring-jdbc` from 4.3.29.RELEASE to 4.3.30.RELEASE
    - [Release notes](https://github.com/spring-projects/spring-framework/releases)
    - [Commits](https://github.com/spring-projects/spring-framework/compare/v4.3.29.RELEASE...v4.3.30.RELEASE)
    
    Updates `spring-web` from 4.3.29.RELEASE to 4.3.30.RELEASE
    - [Release notes](https://github.com/spring-projects/spring-framework/releases)
    - [Commits](https://github.com/spring-projects/spring-framework/compare/v4.3.29.RELEASE...v4.3.30.RELEASE)
    
    ---
    updated-dependencies:
    - dependency-name: org.springframework:spring-orm
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.springframework:spring-jdbc
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.springframework:spring-web
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 tobago-example/tobago-example-addressbook/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tobago-example/tobago-example-addressbook/pom.xml b/tobago-example/tobago-example-addressbook/pom.xml
index 369e64c..d932b51 100644
--- a/tobago-example/tobago-example-addressbook/pom.xml
+++ b/tobago-example/tobago-example-addressbook/pom.xml
@@ -215,7 +215,7 @@
 
   <properties>
     <openjpa.version>1.2.3</openjpa.version>
-    <spring.version>4.3.29.RELEASE</spring.version>
+    <spring.version>4.3.30.RELEASE</spring.version>
     <tobago.basedir>${project.basedir}/../..</tobago.basedir>
   </properties>