From 30cb222bcc2a543fd7be61ab7df346233c62757b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 11:13:02 +0000 Subject: [PATCH] Update dependency org.springdoc:springdoc-openapi-starter-webmvc-ui to v2.8.3 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 66150b4e30..f39c20b47c 100644 --- a/build.gradle +++ b/build.gradle @@ -276,7 +276,7 @@ dependencies { implementation group: 'com.github.hmcts', name: 'ccd-case-document-am-client', version: '1.7.3' implementation group: 'org.apache.tomcat.embed', name: 'tomcat-embed-core' - implementation group: 'org.springdoc', name: 'springdoc-openapi-starter-webmvc-ui', version: '2.6.0' + implementation group: 'org.springdoc', name: 'springdoc-openapi-starter-webmvc-ui', version: '2.8.3' implementation group: 'org.springframework.boot', name: 'spring-boot-starter-web' implementation group: 'org.springframework.boot', name: 'spring-boot-starter-actuator' implementation group: 'org.springframework.boot', name: 'spring-boot-starter-aop'