Skip to content

Commit ac720eb

Browse files
committed
Merge branch '3.5.x'
2 parents 8afad63 + bd3387a commit ac720eb

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.6.0-SNAPSHOT";
25-
private static final String SWAGGER_UI_VERSION = "v5.30.0";
25+
private static final String SWAGGER_UI_VERSION = "v5.30.2";
2626

2727
private final ApplicationConfig applicationConfig;
2828

0 commit comments

Comments
 (0)