Skip to content

Commit ab5bc48

Browse files
CodeCasterXclaude
andauthored
chore: upgrade swagger-ui from v5.30.2 to v5.30.3 (#386)
升级 swagger-ui 依赖到最新的 v5.30.3 版本,包括: - 更新 InfoBuilder.java 中的版本常量 - 更新所有 swagger-ui 静态资源文件 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude <[email protected]>
1 parent 870dcdf commit ab5bc48

File tree

6 files changed

+6
-6
lines changed

6 files changed

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

2727
private final ApplicationConfig applicationConfig;
2828

framework/fit/java/fit-builtin/plugins/fit-http-openapi3-swagger/src/main/resources/static/swagger-ui-bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

framework/fit/java/fit-builtin/plugins/fit-http-openapi3-swagger/src/main/resources/static/swagger-ui-es-bundle-core.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

framework/fit/java/fit-builtin/plugins/fit-http-openapi3-swagger/src/main/resources/static/swagger-ui-es-bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

framework/fit/java/fit-builtin/plugins/fit-http-openapi3-swagger/src/main/resources/static/swagger-ui-standalone-preset.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

framework/fit/java/fit-builtin/plugins/fit-http-openapi3-swagger/src/main/resources/static/swagger-ui.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)