From c166b96b363ba7c1457eb6573973c6c996038d69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 03:05:53 +0000 Subject: [PATCH] chore(deps):(deps): bump org.springframework:spring-web Bumps [org.springframework:spring-web](https://github.com/spring-projects/spring-framework) from 6.2.12 to 7.0.8. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.12...v7.0.8) --- updated-dependencies: - dependency-name: org.springframework:spring-web dependency-version: 7.0.8 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- ogiri-test/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ogiri-test/build.gradle.kts b/ogiri-test/build.gradle.kts index 557d3fb..f0a2244 100644 --- a/ogiri-test/build.gradle.kts +++ b/ogiri-test/build.gradle.kts @@ -22,8 +22,8 @@ kotlin { dependencies { api(project(":ogiri-session-core")) - api("org.springframework:spring-test:6.2.12") - api("org.springframework:spring-web:6.2.12") + api("org.springframework:spring-test:7.0.8") + api("org.springframework:spring-web:7.0.8") api("jakarta.servlet:jakarta.servlet-api:6.1.0") testImplementation(kotlin("test")) testRuntimeOnly("org.junit.platform:junit-platform-launcher")