From 4345e5a51386c9d9bedd006f4854096f6e86ef56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 20:27:39 +0000 Subject: [PATCH] Bump org.springdoc:springdoc-openapi-starter-webmvc-ui Bumps the minor 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.1 to 2.8.3 - [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.1...v2.8.3) --- updated-dependencies: - dependency-name: org.springdoc:springdoc-openapi-starter-webmvc-ui dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 28094dca..492bf42a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -21,7 +21,7 @@ dependencies { implementation("io.jsonwebtoken:jjwt-jackson:0.12.6") implementation("org.opensearch.client:spring-data-opensearch-starter:1.6.0") implementation("org.opensearch.client:opensearch-java:2.19.0") - implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.1") + implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.3") implementation("io.sentry:sentry-spring-boot-starter-jakarta:7.20.0") implementation("uk.gov.justice.service.hmpps:hmpps-sqs-spring-boot-starter:5.2.2") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")