From 847914f87b6e797dff2ec0f72d969cac3158430c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 05:16:49 +0000 Subject: [PATCH] Bump spring-boot from 3.3.4-SNAPSHOT to 3.3.4 Bumps `spring-boot` from 3.3.4-SNAPSHOT to 3.3.4. Updates `org.springframework.boot:spring-boot-starter-amqp` from 3.3.4-SNAPSHOT to 3.3.4 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/commits/v3.3.4) Updates `org.springframework.boot:spring-boot-starter-pulsar` from 3.3.4-SNAPSHOT to 3.3.4 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/commits/v3.3.4) Updates `org.springframework.boot:spring-boot-starter-pulsar-reactive` from 3.3.4-SNAPSHOT to 3.3.4 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/commits/v3.3.4) Updates `org.springframework.boot:spring-boot-starter-test` from 3.3.4-SNAPSHOT to 3.3.4 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/commits/v3.3.4) Updates `org.springframework.boot:spring-boot-testcontainers` from 3.3.4-SNAPSHOT to 3.3.4 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/commits/v3.3.4) Updates `org.springframework.boot` from 3.3.4-SNAPSHOT to 3.3.4 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/commits/v3.3.4) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-amqp dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-starter-pulsar dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-starter-pulsar-reactive dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-starter-test dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-testcontainers dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot 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 07375d93..c7c70b88 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -22,7 +22,7 @@ junit = "5.10.3" hamcrest = "2.2" mockito = "5.12.0" spring-dep-mgmt = "1.1.6" -spring-boot = "3.3.4-SNAPSHOT" +spring-boot = "3.3.4" spring-boot-for-docs = "3.3.4" spring-cloud-stream = "4.1.1" spring-retry = "2.0.9"