From 76161790b45db19254bc7e02e1156d4c2697148c Mon Sep 17 00:00:00 2001 From: anuragkumawat Date: Sun, 11 Jun 2023 13:26:10 +0530 Subject: [PATCH] JAVA-21454 Upgrade spring-boot-libraries-2 to use SpringDoc in place of SpringFox (#14214) --- spring-boot-modules/spring-boot-libraries-2/pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/spring-boot-modules/spring-boot-libraries-2/pom.xml b/spring-boot-modules/spring-boot-libraries-2/pom.xml index 6d9401f4bc..3cc228d838 100644 --- a/spring-boot-modules/spring-boot-libraries-2/pom.xml +++ b/spring-boot-modules/spring-boot-libraries-2/pom.xml @@ -62,9 +62,9 @@ ${jackson-databind.version} - io.springfox - springfox-swagger2 - ${springfox.version} + org.springdoc + springdoc-openapi-ui + ${springdoc.version} org.springframework.boot @@ -165,10 +165,10 @@ 3.1.1 4.0.3 - 5.1.0 + 5.3.0 2.4.5 0.2.1 - 2.9.2 + 1.7.0 com.baeldung.openapi.OpenApiApplication