Skip to content

Commit bd3387a

Browse files
CodeCasterXclaude
andcommitted
[swagger] Update SWAGGER_UI_VERSION constant to v5.30.2
Update the SWAGGER_UI_VERSION constant in InfoBuilder.java to match the upgraded Swagger UI static resources (v5.30.0 → v5.30.2). 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 89c51bc commit bd3387a

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.6-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)