This repository was archived by the owner on Mar 3, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
modules/jooby-apitool/src/main/java/org/jooby/apitool Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -697,7 +697,7 @@ public Options tagger(Function<RouteMethod, String> tagger) {
697697
698698 private static final String RAML_STATIC = "/META-INF/resources/webjars/api-console/3.0.17/dist/" ;
699699
700- private static final String SWAGGER_STATIC = "/META-INF/resources/webjars/swagger-ui/3.9.3 /" ;
700+ private static final String SWAGGER_STATIC = "/META-INF/resources/webjars/swagger-ui/3.14.2 /" ;
701701
702702 private static final String SWAGGER_THEME = "/META-INF/resources/webjars/swagger-ui-themes/3.0.0/themes/3.x/" ;
703703
Original file line number Diff line number Diff line change @@ -3022,8 +3022,8 @@ org.eclipse.jdt.apt.processorOptions/defaultOverwrite=true
30223022 <ehcache .version>2.10.0</ehcache .version>
30233023 <pac4j .version>1.9.9</pac4j .version>
30243024 <pac4j2 .version>2.2.1</pac4j2 .version>
3025- <swagger .version>1.5.16 </swagger .version>
3026- <swagger-ui .version>3.9.3 </swagger-ui .version>
3025+ <swagger .version>1.5.20 </swagger .version>
3026+ <swagger-ui .version>3.14.2 </swagger-ui .version>
30273027 <swagger-ui-themes .version>3.0.0</swagger-ui-themes .version>
30283028 <api-console .version>3.0.17</api-console .version>
30293029 <commons-lang3 .version>3.4</commons-lang3 .version>
You can’t perform that action at this time.
0 commit comments