From acefb76097afb51e42d8d0cf05451d415338dbed Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Aug 2023 23:22:28 +0000 Subject: [PATCH] Update dependency org.springdoc:springdoc-openapi-starter-webmvc-ui to v2.2.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 052f3509..806fe186 100644 --- a/build.gradle +++ b/build.gradle @@ -187,7 +187,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.1.0' + implementation group: 'org.springdoc', name: 'springdoc-openapi-starter-webmvc-ui', version: '2.2.0' implementation group: 'com.github.hmcts.java-logging', name: 'logging', version: '6.0.1'