From cfdd73e38c369699659a6f0fdf33fc42c029ec97 Mon Sep 17 00:00:00 2001 From: jiyujie Date: Fri, 29 Aug 2025 15:31:13 +0800 Subject: [PATCH] Upgrade swagger-ui from v5.27.0 to v5.28.0 --- .../fit/http/openapi3/swagger/builder/InfoBuilder.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/fit/java/fit-builtin/plugins/fit-http-openapi3-swagger/src/main/java/modelengine/fit/http/openapi3/swagger/builder/InfoBuilder.java b/framework/fit/java/fit-builtin/plugins/fit-http-openapi3-swagger/src/main/java/modelengine/fit/http/openapi3/swagger/builder/InfoBuilder.java index 3ab106ac4..6d3e35e1d 100644 --- a/framework/fit/java/fit-builtin/plugins/fit-http-openapi3-swagger/src/main/java/modelengine/fit/http/openapi3/swagger/builder/InfoBuilder.java +++ b/framework/fit/java/fit-builtin/plugins/fit-http-openapi3-swagger/src/main/java/modelengine/fit/http/openapi3/swagger/builder/InfoBuilder.java @@ -22,7 +22,7 @@ */ public class InfoBuilder implements EntityBuilder { private static final String FIT_VERSION = "3.5.1-SNAPSHOT"; - private static final String SWAGGER_UI_VERSION = "v5.27.0"; + private static final String SWAGGER_UI_VERSION = "v5.28.0"; private final ApplicationConfig applicationConfig;