提交 f264075a 作者: 方治民

chore: update deps

上级 15fa0046
......@@ -176,6 +176,6 @@ public class SwaggerConfig implements CommandLineRunner {
.stream()
.map(host -> "> http://" + host + ":" + port + path + "/doc.html")
.collect(Collectors.joining("\n\t\t"));
Console.log("\n\t📖 API Doc (OpenAPI3): \n\t\t{}\n", link);
Console.log("\n\t📖 API Doc (OpenAPI 3): \n\t\t{}\n", link);
}
}
......@@ -7,7 +7,7 @@ plugins {
// https://plugins.gradle.org/plugin/io.spring.dependency-management
id 'io.spring.dependency-management' version '1.1.4'
// https://plugins.gradle.org/plugin/com.diffplug.spotless
id "com.diffplug.spotless" version "6.23.3"
id "com.diffplug.spotless" version "6.24.0"
}
ext {
......@@ -27,7 +27,7 @@ ext {
// springBootAdminVersion
// https://central.sonatype.com/artifact/de.codecentric/spring-boot-admin-starter-server
// FIXED: 版本号不兼容,暂时去掉
// springBootAdminVersion = '3.1.0'
springBootAdminVersion = '3.2.1'
// Dependencies
// https://central.sonatype.com/artifact/com.github.xiaoymin/knife4j-openapi3-jakarta-spring-boot-starter
......@@ -37,7 +37,7 @@ ext {
// https://central.sonatype.com/artifact/cn.dev33/sa-token-spring-boot3-starter
saTokenVersion = '1.37.0'
// https://central.sonatype.com/artifact/cn.hutool/hutool-core
hutoolVersion = '5.8.24'
hutoolVersion = '5.8.25'
// https://central.sonatype.com/artifact/com.alibaba.fastjson2/fastjson2
fastJsonVersion = '2.0.45'
// https://central.sonatype.com/artifact/com.xuxueli/xxl-job-core
......@@ -53,7 +53,7 @@ ext {
// https://central.sonatype.com/artifact/org.locationtech.jts/jts-core
jtsVersion = '1.19.0'
// https://central.sonatype.com/artifact/com.github.liaochong/myexcel
myexcelVersion = '4.5.0'
myexcelVersion = '4.5.1'
// https://central.sonatype.com/artifact/org.jetbrains/annotations
jetbrainsAnnotationsVersion = '24.1.0'
// https://central.sonatype.com/artifact/org.apache.pdfbox/pdfbox
......@@ -97,12 +97,12 @@ subprojects {
annotationProcessor 'org.springframework.boot:spring-boot-configuration-processor'
}
// dependencyManagement {
// imports {
// mavenBom "org.springframework.cloud:spring-cloud-dependencies:${springCloudVersion}"
// mavenBom "de.codecentric:spring-boot-admin-dependencies:${springBootAdminVersion}"
// }
// }
dependencyManagement {
imports {
mavenBom "org.springframework.cloud:spring-cloud-dependencies:${springCloudVersion}"
mavenBom "de.codecentric:spring-boot-admin-dependencies:${springBootAdminVersion}"
}
}
[compileJava, compileTestJava, javadoc]*.options*.encoding = 'UTF-8'
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论