From bbd7c127673abff3ee2777fabde19a96a66eefd6 Mon Sep 17 00:00:00 2001 From: Alain Kermis Date: Thu, 6 Apr 2023 11:28:29 +0200 Subject: [PATCH] SONAR-19005 Upgrade org.springdoc:springdoc-openapi-ui to 1.7.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a117b38da18..41520377938 100644 --- a/build.gradle +++ b/build.gradle @@ -361,7 +361,7 @@ subprojects { dependency ("org.springframework:spring-webmvc:${springVersion}") { exclude 'commons-logging:commons-logging' } - dependency 'org.springdoc:springdoc-openapi-ui:1.6.14' + dependency 'org.springdoc:springdoc-openapi-ui:1.7.0' dependency 'org.subethamail:subethasmtp:3.1.7' dependency 'org.yaml:snakeyaml:2.0' -- 2.39.5