From d3b381cb3977649e09d5409767f4b795610cd5eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 14:12:33 +0000 Subject: [PATCH] Bump spring-boot from 4.0.0-SNAPSHOT to 4.0.0 Bumps `spring-boot` from 4.0.0-SNAPSHOT to 4.0.0. Updates `org.springframework.boot:spring-boot-starter-amqp` from 4.0.0-SNAPSHOT to 4.0.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/commits/v4.0.0) Updates `org.springframework.boot:spring-boot-starter-pulsar` from 4.0.0-SNAPSHOT to 4.0.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/commits/v4.0.0) Updates `org.springframework.boot:spring-boot-starter-test` from 4.0.0-SNAPSHOT to 4.0.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/commits/v4.0.0) Updates `org.springframework.boot:spring-boot-testcontainers` from 4.0.0-SNAPSHOT to 4.0.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/commits/v4.0.0) Updates `org.springframework.boot` from 4.0.0-SNAPSHOT to 4.0.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/commits/v4.0.0) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-amqp dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-starter-pulsar dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-starter-test dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-testcontainers dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index f43b1b11..2060f3e0 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -21,7 +21,7 @@ junit = "6.0.1" hamcrest = "3.0" mockito = "5.20.0" spring-dep-mgmt = "1.1.7" -spring-boot = "4.0.0-SNAPSHOT" +spring-boot = "4.0.0" spring-boot-for-docs = "4.0.0" spring-cloud-stream = "5.0.0-SNAPSHOT" system-lambda = "1.2.1"