You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by pk...@apache.org on 2022/10/21 23:43:35 UTC

[logging-log4j2] 07/15: Bump spring-boot.version from 2.6.7 to 2.7.5

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

pkarwasz pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git

commit bafcd4192eb55ec5a5795efc996eee1f9e87afa8
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Oct 21 10:10:28 2022 +0000

    Bump spring-boot.version from 2.6.7 to 2.7.5
    
    Bumps `spring-boot.version` from 2.6.7 to 2.7.5.
    
    Updates `spring-boot` from 2.6.7 to 2.7.5
    - [Release notes](https://github.com/spring-projects/spring-boot/releases)
    - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.6.7...v2.7.5)
    
    Updates `spring-boot-starter-test` from 2.6.7 to 2.7.5
    - [Release notes](https://github.com/spring-projects/spring-boot/releases)
    - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.6.7...v2.7.5)
    
    Updates `spring-boot-dependencies` from 2.6.7 to 2.7.5
    - [Release notes](https://github.com/spring-projects/spring-boot/releases)
    - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.6.7...v2.7.5)
    
    Updates `spring-boot-maven-plugin` from 2.6.7 to 2.7.5
    - [Release notes](https://github.com/spring-projects/spring-boot/releases)
    - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.6.7...v2.7.5)
    
    ---
    updated-dependencies:
    - dependency-name: org.springframework.boot:spring-boot
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.springframework.boot:spring-boot-starter-test
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.springframework.boot:spring-boot-dependencies
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.springframework.boot:spring-boot-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    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 e3373b17d3..c080b55f0d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -368,7 +368,7 @@
     <plexus-utils.version>3.4.2</plexus-utils.version>
     <slf4j.version>1.7.36</slf4j.version>
     <spring.version>5.3.20</spring.version>
-    <spring-boot.version>2.6.7</spring-boot.version>
+    <spring-boot.version>2.7.5</spring-boot.version>
     <system-stubs.version>2.0.1</system-stubs.version>
     <tomcat-juli.version>10.0.23</tomcat-juli.version>
     <velocity.version>1.7</velocity.version>