From 031d9a379ba295caa67ad09f74fa7ec324acb5cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 15:59:57 +0000 Subject: [PATCH] Bump org-springframework-boot from 3.2.9 to 3.2.10 Bumps `org-springframework-boot` from 3.2.9 to 3.2.10. Updates `org.springframework.boot:spring-boot-dependencies` from 3.2.9 to 3.2.10 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.9...v3.2.10) Updates `org.springframework.boot:spring-boot-gradle-plugin` from 3.2.9 to 3.2.10 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.9...v3.2.10) --- 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 f2ce74c80..0b90ec4be 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -9,7 +9,7 @@ org-mongodb = "4.11.4" org-seleniumhq-selenium = "4.8.3" org-slf4j = "2.0.16" org-testcontainers = "1.18.3" -org-springframework-boot = "3.2.9" +org-springframework-boot = "3.2.10" [libraries] ch-qos-logback-logback-classic = { module = "ch.qos.logback:logback-classic", version.ref = "ch-qos-logback" }