Skip to content

Commit 8b1349e

Browse files
committed
Merge branch '3.5.x'
2 parents c09dbb7 + 48c177f commit 8b1349e

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.0-SNAPSHOT";
25-
private static final String SWAGGER_UI_VERSION = "v5.29.1";
25+
private static final String SWAGGER_UI_VERSION = "v5.29.4";
2626

2727
private final ApplicationConfig applicationConfig;
2828

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!doctype html>
22
<html lang="en-US">
33
<body>
4+
<script src="oauth2-redirect.js"></script>
45
</body>
56
</html>
6-
<script src="oauth2-redirect.js"></script>

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