From ced5123e4dd15755d0dbfe6d287f6a27bbf5627c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 09:17:05 +0000 Subject: [PATCH] Bump org.springframework.boot from 3.1.3 to 3.1.4 (#73) Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 3.1.3 to 3.1.4. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.1.3...v3.1.4) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 3e6f3af..c796d99 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -6,7 +6,7 @@ val kotlinTestVersion = "5.7.2" val wireMockVersion = "3.0.1" plugins { - id("org.springframework.boot") version "3.1.3" + id("org.springframework.boot") version "3.1.4" id("io.spring.dependency-management") version "1.1.3" val kotlinVersion = "1.9.10" kotlin("jvm") version kotlinVersion