You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2023/04/23 08:21:46 UTC

[myfaces-tobago] branch tobago-5.x updated: build(deps): bump spring-boot.version from 2.7.10 to 2.7.11

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

bommel 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 692ca701e0 build(deps): bump spring-boot.version from 2.7.10 to 2.7.11
692ca701e0 is described below

commit 692ca701e07c9ec20e4b843264b33ff54cea1b58
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Apr 20 17:00:01 2023 +0000

    build(deps): bump spring-boot.version from 2.7.10 to 2.7.11
    
    Bumps `spring-boot.version` from 2.7.10 to 2.7.11.
    
    Updates `spring-boot` from 2.7.10 to 2.7.11
    - [Release notes](https://github.com/spring-projects/spring-boot/releases)
    - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.10...v2.7.11)
    
    Updates `spring-boot-maven-plugin` from 2.7.10 to 2.7.11
    - [Release notes](https://github.com/spring-projects/spring-boot/releases)
    - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.10...v2.7.11)
    
    ---
    updated-dependencies:
    - dependency-name: org.springframework.boot:spring-boot
      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>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2c2b219a4e..213f4d4c29 100644
--- a/pom.xml
+++ b/pom.xml
@@ -58,7 +58,7 @@
     <jetty.version>9.4.50.v20221201</jetty.version>
     <tomcat9.version>9.0.74</tomcat9.version>
     <joinfaces.version>4.7.10</joinfaces.version>
-    <spring-boot.version>2.7.10</spring-boot.version>
+    <spring-boot.version>2.7.11</spring-boot.version>
     <spring.version>5.3.27</spring.version>
     <jackson.version>2.14.2</jackson.version>
   </properties>