From 03e868b3fd5d5f0e14d0e747c844439296c32766 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Aug 2025 08:13:39 +0000 Subject: [PATCH] build: bump version.spring-boot-1.5 from 1.5.22.RELEASE to 3.5.5 Bumps `version.spring-boot-1.5` from 1.5.22.RELEASE to 3.5.5. Updates `org.springframework.boot:spring-boot-starter-test` from 1.5.22.RELEASE to 3.5.5 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v1.5.22.RELEASE...v3.5.5) Updates `org.springframework.boot:spring-boot-starter-web` from 1.5.22.RELEASE to 3.5.5 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v1.5.22.RELEASE...v3.5.5) Updates `org.springframework.boot:spring-boot-starter-log4j2` from 1.5.22.RELEASE to 3.5.5 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v1.5.22.RELEASE...v3.5.5) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-test dependency-version: 3.5.5 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework.boot:spring-boot-starter-web dependency-version: 3.5.5 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework.boot:spring-boot-starter-log4j2 dependency-version: 3.5.5 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- integration-tests/spring-boot-1-5/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/spring-boot-1-5/pom.xml b/integration-tests/spring-boot-1-5/pom.xml index 9c15d4e91e..0bd2565b10 100644 --- a/integration-tests/spring-boot-1-5/pom.xml +++ b/integration-tests/spring-boot-1-5/pom.xml @@ -13,7 +13,7 @@ ${project.groupId}:${project.artifactId} - 1.5.22.RELEASE + 3.5.5 ${project.basedir}/../..