From 1095de7f75b226a2e0d93fb569af6fbe1fdce3ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Oct 2025 15:23:33 +0000 Subject: [PATCH] Bump spring-boot from 3.4.11-SNAPSHOT to 3.4.11 Bumps `spring-boot` from 3.4.11-SNAPSHOT to 3.4.11. Updates `org.springframework.boot:spring-boot-starter-amqp` from 3.4.11-SNAPSHOT to 3.4.11 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/commits/v3.4.11) Updates `org.springframework.boot:spring-boot-starter-pulsar` from 3.4.11-SNAPSHOT to 3.4.11 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/commits/v3.4.11) Updates `org.springframework.boot:spring-boot-starter-pulsar-reactive` from 3.4.11-SNAPSHOT to 3.4.11 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/commits/v3.4.11) Updates `org.springframework.boot:spring-boot-starter-test` from 3.4.11-SNAPSHOT to 3.4.11 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/commits/v3.4.11) Updates `org.springframework.boot:spring-boot-testcontainers` from 3.4.11-SNAPSHOT to 3.4.11 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/commits/v3.4.11) Updates `org.springframework.boot` from 3.4.11-SNAPSHOT to 3.4.11 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/commits/v3.4.11) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-amqp dependency-version: 3.4.11 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-starter-pulsar dependency-version: 3.4.11 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-starter-pulsar-reactive dependency-version: 3.4.11 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-starter-test dependency-version: 3.4.11 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-testcontainers dependency-version: 3.4.11 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot dependency-version: 3.4.11 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 fb0089f9..2c20f76a 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.11-SNAPSHOT" +spring-boot = "3.4.11" spring-boot-for-docs = "3.4.11" spring-cloud-stream = "4.2.0-SNAPSHOT" spring-retry = "2.0.12"