From cc2fe39a2b2f094739eddd04641511167140d0e5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Jan 2025 13:11:58 +0000 Subject: [PATCH] fix(deps): update dependency org.springdoc:springdoc-openapi-starter-webmvc-ui to v2.8.2 --- WORKSPACE | 2 +- build.gradle | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index d138ed61..d2fe0bdb 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -56,7 +56,7 @@ maven_install( "org.postgresql:postgresql:42.7.4", - "org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.1", + "org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.2", "io.jsonwebtoken:jjwt-api:%s" % (Jsonwebtoken_Version), "io.jsonwebtoken:jjwt-impl:%s" % (Jsonwebtoken_Version), "io.jsonwebtoken:jjwt-jackson:%s" % (Jsonwebtoken_Version), diff --git a/build.gradle b/build.gradle index 62f95d98..ea3f832f 100644 --- a/build.gradle +++ b/build.gradle @@ -45,7 +45,7 @@ dependencies { implementation 'org.mybatis.spring.boot:mybatis-spring-boot-starter:3.0.4' implementation 'org.postgresql:postgresql:42.7.4' - implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.1' + implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.2' implementation("io.jsonwebtoken:jjwt-api:${jsonwebtokenVersion}") runtimeOnly("io.jsonwebtoken:jjwt-impl:${jsonwebtokenVersion}") runtimeOnly("io.jsonwebtoken:jjwt-jackson:${jsonwebtokenVersion}") diff --git a/pom.xml b/pom.xml index 42d9ac9f..8a78f717 100644 --- a/pom.xml +++ b/pom.xml @@ -79,7 +79,7 @@ org.springdoc springdoc-openapi-starter-webmvc-ui - 2.8.1 + 2.8.2 io.jsonwebtoken