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/10/20 20:32:04 UTC

[myfaces-tobago] branch tobago-5.x updated: build(deps): bump spring-boot.version from 2.7.4 to 2.7.5 (#3353)

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

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


The following commit(s) were added to refs/heads/tobago-5.x by this push:
     new 2f073c5190 build(deps): bump spring-boot.version from 2.7.4 to 2.7.5 (#3353)
2f073c5190 is described below

commit 2f073c5190df6f8d0094f32bb92af19c0e67d914
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Oct 20 22:31:58 2022 +0200

    build(deps): bump spring-boot.version from 2.7.4 to 2.7.5 (#3353)
    
    Bumps `spring-boot.version` from 2.7.4 to 2.7.5.
    
    Updates `spring-boot-dependencies` from 2.7.4 to 2.7.5
    - [Release notes](https://github.com/spring-projects/spring-boot/releases)
    - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.4...v2.7.5)
    
    Updates `spring-boot-maven-plugin` from 2.7.4 to 2.7.5
    - [Release notes](https://github.com/spring-projects/spring-boot/releases)
    - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.4...v2.7.5)
    
    ---
    updated-dependencies:
    - dependency-name: org.springframework.boot:spring-boot-dependencies
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.springframework.boot:spring-boot-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9db28d8007..c4e35c2fa9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -57,7 +57,7 @@
     <!-- Note: defined here in master pom, because of problems with enforcer plugin -->
     <jetty.version>9.4.49.v20220914</jetty.version>
     <joinfaces.version>4.7.4</joinfaces.version>
-    <spring-boot.version>2.7.4</spring-boot.version>
+    <spring-boot.version>2.7.5</spring-boot.version>
 
   </properties>