From 94e227f9c5d1f4dcfc2e400f28e284d0f8b3ebd6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 19:03:40 +0000 Subject: [PATCH] build(deps): bump spring-boot-v2 from 2.7.18 to 4.0.1 Bumps `spring-boot-v2` from 2.7.18 to 4.0.1. Updates `org.springframework.boot:spring-boot-configuration-processor` from 2.7.18 to 4.0.1 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.18...v4.0.1) Updates `org.springframework.boot:spring-boot-dependencies` from 3.2.1 to 4.0.1 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.1...v4.0.1) Updates `org.springframework.boot` from 3.2.1 to 4.0.1 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.1...v4.0.1) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-configuration-processor dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework.boot:spring-boot-dependencies dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework.boot dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-major ... 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 7e5cbb00a..9f84b22cc 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -5,7 +5,7 @@ kotlinx-coroutines = "1.9.0" kotlinx-serialization = "1.7.3" kotlinx-io = "0.7.0" spring-boot-v2 = "2.7.18" -spring-boot-v3 = "3.2.1" +spring-boot-v3 = "4.0.1" ktor = "2.3.13" slf4j = "2.0.17" # https://kotlinlang.org/docs/ksp-quickstart.html