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 2023/01/15 22:35:18 UTC

[logging-log4j2] 12/18: Bump spring-boot.version from 2.7.5 to 2.7.7

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

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

commit b65dcffe99aaa846439ef3b2da1c399d6d459808
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sun Jan 1 10:03:26 2023 +0000

    Bump spring-boot.version from 2.7.5 to 2.7.7
    
    Bumps `spring-boot.version` from 2.7.5 to 2.7.7.
    
    Updates `spring-boot` from 2.7.5 to 2.7.7
    - [Release notes](https://github.com/spring-projects/spring-boot/releases)
    - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.5...v2.7.7)
    
    Updates `spring-boot-starter-test` from 2.7.5 to 2.7.7
    - [Release notes](https://github.com/spring-projects/spring-boot/releases)
    - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.5...v2.7.7)
    
    Updates `spring-boot-dependencies` from 2.7.5 to 2.7.7
    - [Release notes](https://github.com/spring-projects/spring-boot/releases)
    - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.5...v2.7.7)
    
    Updates `spring-boot-maven-plugin` from 2.7.5 to 2.7.7
    - [Release notes](https://github.com/spring-projects/spring-boot/releases)
    - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.5...v2.7.7)
    
    ---
    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-starter-test
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - 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 4e52122e32..d9610eefce 100644
--- a/pom.xml
+++ b/pom.xml
@@ -366,7 +366,7 @@
     <slf4j.version>1.7.36</slf4j.version>
     <spotbugs.version>4.1.2</spotbugs.version>
     <spring.version>5.3.24</spring.version>
-    <spring-boot.version>2.7.5</spring-boot.version>
+    <spring-boot.version>2.7.7</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>