From 3187aa9852d5f97cb9325a069c2653628f21b936 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Sep 2025 14:10:24 +0000 Subject: [PATCH] chore(deps): bump org.springdoc:springdoc-openapi-starter-webmvc-ui Bumps the all-dependencies group with 1 update: [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://github.com/springdoc/springdoc-openapi). Updates `org.springdoc:springdoc-openapi-starter-webmvc-ui` from 2.8.12 to 2.8.13 - [Release notes](https://github.com/springdoc/springdoc-openapi/releases) - [Changelog](https://github.com/springdoc/springdoc-openapi/blob/main/CHANGELOG.md) - [Commits](https://github.com/springdoc/springdoc-openapi/compare/v2.8.12...v2.8.13) --- updated-dependencies: - dependency-name: org.springdoc:springdoc-openapi-starter-webmvc-ui dependency-version: 2.8.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7472622c..0f7cba42 100644 --- a/build.gradle +++ b/build.gradle @@ -244,7 +244,7 @@ tasks.named('processPactVerificationTestResources') { dependencies { implementation "uk.gov.hmcts.cp:api-cp-crime-schedulingandlisting-courtschedule:$apiCourtScheduleVersion" - implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.12' + implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.13' implementation 'io.swagger.core.v3:swagger-core:2.2.36' implementation 'javax.xml.bind:jaxb-api:2.3.1'