From 19d20503863266e696264e2b3050728e80d04641 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Mar 2023 04:58:44 +0000 Subject: [PATCH] Bump org.springframework.boot from 2.7.4 to 3.0.5 Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 2.7.4 to 3.0.5. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.4...v3.0.5) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 8779675..000b659 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -4,7 +4,7 @@ plugins { id("rabbit-hole.code-metrics") id("rabbit-hole.publishing-conventions") id("com.diffplug.spotless") version "6.16.0" apply true - id("org.springframework.boot") version "2.7.4" apply false + id("org.springframework.boot") version "3.0.5" apply false id("io.spring.dependency-management") version "1.1.0" apply false val kotlinVersion = "1.8.10" kotlin("jvm") version kotlinVersion apply false