From 562e4cdf05d577fcd5aebdfd32e1e81cd7b7726a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Apr 2025 01:39:55 +0000 Subject: [PATCH] chore(deps): bump spring-boot from 3.3.10 to 3.3.11 Bumps `spring-boot` from 3.3.10 to 3.3.11. Updates `org.springframework.boot:spring-boot-starter-web` from 3.3.10 to 3.3.11 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.10...v3.3.11) Updates `org.springframework.boot:spring-boot-starter-validation` from 3.3.10 to 3.3.11 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.10...v3.3.11) Updates `org.springframework.boot:spring-boot-starter-hateoas` from 3.3.10 to 3.3.11 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.10...v3.3.11) Updates `org.springframework.boot:spring-boot-starter-test` from 3.3.10 to 3.3.11 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.10...v3.3.11) Updates `org.springframework.boot` from 3.3.10 to 3.3.11 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.10...v3.3.11) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-web dependency-version: 3.3.11 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-starter-validation dependency-version: 3.3.11 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-starter-hateoas dependency-version: 3.3.11 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-starter-test dependency-version: 3.3.11 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot dependency-version: 3.3.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 11f54ca..9cf1f83 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -4,7 +4,7 @@ ktlint = "11.0.0" axion-release = "1.18.18" jackson = "2.18.3" guava = "33.4.8-jre" -spring-boot = "3.3.10" +spring-boot = "3.3.11" spring-restdocs = "3.0.3" spring-dependency-management = "1.1.7" junit = "5.11.4"