From e118017ebc3d8568d84a5f5f50beba530d26e35f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 23:21:13 +0000 Subject: [PATCH] [Tech] bump org.springframework.restdocs:spring-restdocs-mockmvc Bumps [org.springframework.restdocs:spring-restdocs-mockmvc](https://github.com/spring-projects/spring-restdocs) from 3.0.5 to 4.0.0. - [Release notes](https://github.com/spring-projects/spring-restdocs/releases) - [Commits](https://github.com/spring-projects/spring-restdocs/compare/v3.0.5...v4.0.0) --- updated-dependencies: - dependency-name: org.springframework.restdocs:spring-restdocs-mockmvc dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/build.gradle.kts b/backend/build.gradle.kts index 9f4345f790..5ae2251f93 100644 --- a/backend/build.gradle.kts +++ b/backend/build.gradle.kts @@ -131,7 +131,7 @@ dependencies { // Testing testImplementation("org.springframework.security:spring-security-test") testImplementation("org.springframework.boot:spring-boot-starter-test") - testImplementation("org.springframework.restdocs:spring-restdocs-mockmvc:3.0.5") + testImplementation("org.springframework.restdocs:spring-restdocs-mockmvc:4.0.0") testImplementation("org.assertj:assertj-core:3.27.6") testImplementation("org.testcontainers:testcontainers:$testcontainersVersion") testImplementation("org.testcontainers:postgresql:$testcontainersVersion")