From 8109cbe33759f6b81dc445ee9c3c6f402fde0ab5 Mon Sep 17 00:00:00 2001 From: "pactflow-renovate-bot[bot]" <186667433+pactflow-renovate-bot[bot]@users.noreply.github.com> Date: Wed, 19 Feb 2025 11:09:51 +0000 Subject: [PATCH] fix(deps): update dependency org.springdoc:springdoc-openapi-ui to v1.8.0 --- petstore-provider/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/petstore-provider/build.gradle b/petstore-provider/build.gradle index 9621c20..78ac2f5 100644 --- a/petstore-provider/build.gradle +++ b/petstore-provider/build.gradle @@ -18,7 +18,7 @@ dependencies { implementation 'org.springframework.boot:spring-boot-starter-web' implementation 'com.fasterxml.jackson.module:jackson-module-kotlin:2.9.9' implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.9.9' - implementation 'org.springdoc:springdoc-openapi-ui:1.1.25' + implementation 'org.springdoc:springdoc-openapi-ui:1.8.0' implementation 'com.github.salomonbrys.kotson:kotson:2.5.0' implementation 'io.github.microutils:kotlin-logging:1.7.6'