From 23fea7d74a3e0c89b41269666a4e0188fcf34cdc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 15:25:13 +0000 Subject: [PATCH] Bump spring-boot from 3.4.12-SNAPSHOT to 3.4.12 Bumps `spring-boot` from 3.4.12-SNAPSHOT to 3.4.12. Updates `org.springframework.boot:spring-boot-starter-amqp` from 3.4.12-SNAPSHOT to 3.4.12 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/commits/v3.4.12) Updates `org.springframework.boot:spring-boot-starter-pulsar` from 3.4.12-SNAPSHOT to 3.4.12 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/commits/v3.4.12) Updates `org.springframework.boot:spring-boot-starter-pulsar-reactive` from 3.4.12-SNAPSHOT to 3.4.12 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/commits/v3.4.12) Updates `org.springframework.boot:spring-boot-starter-test` from 3.4.12-SNAPSHOT to 3.4.12 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/commits/v3.4.12) Updates `org.springframework.boot:spring-boot-testcontainers` from 3.4.12-SNAPSHOT to 3.4.12 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/commits/v3.4.12) Updates `org.springframework.boot` from 3.4.12-SNAPSHOT to 3.4.12 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/commits/v3.4.12) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-amqp dependency-version: 3.4.12 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-starter-pulsar dependency-version: 3.4.12 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-starter-pulsar-reactive dependency-version: 3.4.12 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-starter-test dependency-version: 3.4.12 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-testcontainers dependency-version: 3.4.12 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot dependency-version: 3.4.12 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 c46b30e1..29768007 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -22,7 +22,7 @@ junit = "5.12.2" hamcrest = "2.2" mockito = "5.16.1" spring-dep-mgmt = "1.1.7" -spring-boot = "3.4.12-SNAPSHOT" +spring-boot = "3.4.12" spring-boot-for-docs = "3.4.12" spring-cloud-stream = "4.2.0-SNAPSHOT" spring-retry = "2.0.12"