From 371709bd0d5799638cf662e94ed0b96ce8f7903b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 03:45:46 +0000 Subject: [PATCH] Bump org-springframework-boot from 3.1.10 to 3.1.11 Bumps `org-springframework-boot` from 3.1.10 to 3.1.11. Updates `org.springframework.boot:spring-boot-dependencies` from 3.1.10 to 3.1.11 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.1.10...v3.1.11) Updates `org.springframework.boot:spring-boot-gradle-plugin` from 3.1.10 to 3.1.11 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.1.10...v3.1.11) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-dependencies dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-gradle-plugin 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 dc1d9034..52efa893 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -7,7 +7,7 @@ org-gretty = "4.1.3" org-mongodb = "4.8.2" org-slf4j = "2.0.13" org-testcontainers = "1.17.6" -org-springframework-boot = "3.1.10" +org-springframework-boot = "3.1.11" [libraries] ch-qos-logback-logback-classic = { module = "ch.qos.logback:logback-classic", version.ref = "ch-qos-logback" }