You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by hn...@apache.org on 2021/07/23 06:34:10 UTC

[myfaces-tobago] branch master updated: build(deps): bump spring-boot.version from 2.5.2 to 2.5.3

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

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


The following commit(s) were added to refs/heads/master by this push:
     new d05ce00  build(deps): bump spring-boot.version from 2.5.2 to 2.5.3
d05ce00 is described below

commit d05ce009f0a46d7b10d7cb47f244743f5581dda5
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Jul 22 16:05:12 2021 +0000

    build(deps): bump spring-boot.version from 2.5.2 to 2.5.3
    
    Bumps `spring-boot.version` from 2.5.2 to 2.5.3.
    
    Updates `spring-boot-dependencies` from 2.5.2 to 2.5.3
    - [Release notes](https://github.com/spring-projects/spring-boot/releases)
    - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.5.2...v2.5.3)
    
    Updates `spring-boot-maven-plugin` from 2.5.2 to 2.5.3
    - [Release notes](https://github.com/spring-projects/spring-boot/releases)
    - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.5.2...v2.5.3)
    
    ---
    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>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 52036c7..9543e30 100644
--- a/pom.xml
+++ b/pom.xml
@@ -58,7 +58,7 @@
     <!-- Note: defined here in master pom, because of problems with enforcer plugin -->
     <jetty.version>9.4.43.v20210629</jetty.version>
     <joinfaces.version>4.5.1</joinfaces.version>
-    <spring-boot.version>2.5.2</spring-boot.version>
+    <spring-boot.version>2.5.3</spring-boot.version>
 
   </properties>