From 05261f3e7dd073be23546d32dbf38331d0875520 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 01:48:12 +0000 Subject: [PATCH] Bump org.springframework:spring-core from 6.0.11 to 6.1.1 Bumps [org.springframework:spring-core](https://github.com/spring-projects/spring-framework) from 6.0.11 to 6.1.1. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.0.11...v6.1.1) --- updated-dependencies: - dependency-name: org.springframework:spring-core dependency-type: direct:production update-type: version-update:semver-minor ... 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 c934b72..4891c2f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -141,7 +141,7 @@ dependencies { implementation(kotlin("stdlib")) implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.0") implementation("org.jetbrains.kotlin:kotlin-reflect:1.9.10") - implementation("org.springframework:spring-core:6.0.11") + implementation("org.springframework:spring-core:6.1.1") testImplementation("org.junit.jupiter:junit-jupiter:5.10.0") }