From 6248137bdce81815603fe5718bc75e9cad05aa1d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 10:31:30 +0000 Subject: [PATCH] Update dependency org.springdoc:springdoc-openapi-starter-webmvc-ui to v2.8.1 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 4fecaaf0..976d08af 100644 --- a/build.gradle +++ b/build.gradle @@ -157,7 +157,7 @@ dependencies { implementation group: 'org.springframework.boot', name: 'spring-boot-starter-actuator' implementation group: 'org.springframework.boot', name: 'spring-boot-starter-aop' implementation group: 'org.springframework.boot', name: 'spring-boot-starter-json' - implementation group: 'org.springdoc', name: 'springdoc-openapi-starter-webmvc-ui', version: '2.8.0' + implementation group: 'org.springdoc', name: 'springdoc-openapi-starter-webmvc-ui', version: '2.8.1' implementation group: 'com.github.hmcts.java-logging', name: 'logging', version: '6.1.7'