diff --git a/build.gradle b/build.gradle index 23e2157bd..3ea569f3a 100644 --- a/build.gradle +++ b/build.gradle @@ -415,11 +415,12 @@ subprojects { //webjars implementation group: 'org.webjars', name: 'webjars-locator-core', version: "${webjarslocatorcoreVersion}" implementation group: 'org.webjars', name: 'webjars-locator', version: "${webjarslocatorVersion}" + implementation group: 'org.webjars', name: 'webjars-locator-lite', version: "${webjarslocatorliteVersion}" implementation group: 'org.webjars', name: 'swagger-ui', version: "${swaggeruiVersion}" //knife4j - implementation group: 'com.github.xiaoymin', name: 'knife4j-core', version: "${knife4jVersion}" - implementation group: 'com.github.xiaoymin', name: 'knife4j-openapi3-ui', version: "${knife4jVersion}" - implementation group: 'com.github.xiaoymin', name: 'knife4j-openapi3-jakarta-spring-boot-starter', version: "${knife4jVersion}" + //implementation group: 'com.github.xiaoymin', name: 'knife4j-core', version: "${knife4jVersion}" + //implementation group: 'com.github.xiaoymin', name: 'knife4j-openapi3-ui', version: "${knife4jVersion}" + //implementation group: 'com.github.xiaoymin', name: 'knife4j-openapi3-jakarta-spring-boot-starter', version: "${knife4jVersion}" //local jars implementation fileTree(dir: "${rootDir}/maxkey-lib/", include: '*.jar') } diff --git a/gradle.properties b/gradle.properties index 72564f021..d81be3ac7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -201,12 +201,13 @@ JustAuthVersion =1.16.5 simplehttpVersion =1.0.5 casclientVersion =4.0.4 #doc -swaggerV3Version =2.2.21 -classgraphVersion =4.8.149 -webjarslocatorcoreVersion =0.58 +swaggerV3Version =2.2.27 +classgraphVersion =4.8.179 +webjarslocatorcoreVersion =0.59 webjarslocatorVersion =0.52 -swaggeruiVersion =5.15.0 -springdocVersion =2.0.4 +webjarslocatorliteVersion =1.0.1 +swaggeruiVersion =5.18.2 +springdocVersion =2.7.0 knife4jVersion =4.5.0 #sdk aliyunjavasdkcoreVersion =4.6.4