From ceb4d188d35bc5439426246366911ef7eb6f36e9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 15:04:50 +0000 Subject: [PATCH] fix(deps): update dependency com.epages:restdocs-api-spec to v0.20.1 --- example-restdocs-openapi/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example-restdocs-openapi/build.gradle b/example-restdocs-openapi/build.gradle index 50fab18..aca340a 100644 --- a/example-restdocs-openapi/build.gradle +++ b/example-restdocs-openapi/build.gradle @@ -33,7 +33,7 @@ dependencies { implementation project(':example-model') implementation project(':example-advanced') - testImplementation 'com.epages:restdocs-api-spec:0.20.0' + testImplementation 'com.epages:restdocs-api-spec:0.20.1' testImplementation 'org.springframework.restdocs:spring-restdocs-mockmvc:4.0.0' testImplementation('org.springframework.boot:spring-boot-starter-test') { exclude group: 'org.junit.vintage', module: 'junit-vintage-engine'