From 4484937d8e5a962267d819ab1fbc4f5a4ef31272 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Dec 2025 14:11:26 +0000 Subject: [PATCH] Bump spring-boot from 4.0.1-SNAPSHOT to 4.0.1 Bumps `spring-boot` from 4.0.1-SNAPSHOT to 4.0.1. Updates `org.springframework.boot:spring-boot-starter-amqp` from 4.0.1-SNAPSHOT to 4.0.1 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/commits/v4.0.1) Updates `org.springframework.boot:spring-boot-starter-pulsar` from 4.0.1-SNAPSHOT to 4.0.1 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/commits/v4.0.1) Updates `org.springframework.boot:spring-boot-starter-test` from 4.0.1-SNAPSHOT to 4.0.1 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/commits/v4.0.1) Updates `org.springframework.boot:spring-boot-testcontainers` from 4.0.1-SNAPSHOT to 4.0.1 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/commits/v4.0.1) Updates `org.springframework.boot` from 4.0.1-SNAPSHOT to 4.0.1 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/commits/v4.0.1) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-amqp dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-starter-pulsar dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-starter-test dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-testcontainers dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot dependency-version: 4.0.1 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 0ea7a18f..c41b0be2 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.1-SNAPSHOT" +spring-boot = "4.0.1" spring-boot-for-docs = "4.0.1" spring-cloud-stream = "5.0.0-SNAPSHOT" system-lambda = "1.2.1"