Skip to content

Commit cfdd73e

Browse files
committed
Upgrade swagger-ui from v5.27.0 to v5.28.0
1 parent a65e635 commit cfdd73e

File tree

1 file changed

+1
-1
lines changed
  • framework/fit/java/fit-builtin/plugins/fit-http-openapi3-swagger/src/main/java/modelengine/fit/http/openapi3/swagger/builder

1 file changed

+1
-1
lines changed

framework/fit/java/fit-builtin/plugins/fit-http-openapi3-swagger/src/main/java/modelengine/fit/http/openapi3/swagger/builder/InfoBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
*/
2323
public class InfoBuilder implements EntityBuilder<Info> {
2424
private static final String FIT_VERSION = "3.5.1-SNAPSHOT";
25-
private static final String SWAGGER_UI_VERSION = "v5.27.0";
25+
private static final String SWAGGER_UI_VERSION = "v5.28.0";
2626

2727
private final ApplicationConfig applicationConfig;
2828

0 commit comments

Comments
 (0)