提交 982c1146 作者: 方治民

build: spring boot v3.0.4

上级 45b7bdc3
plugins {
id 'java'
// https://start.spring.io
id 'org.springframework.boot' version '3.0.3'
id 'org.springframework.boot' version '3.0.4'
id 'org.graalvm.buildtools.native' version '0.9.18'
// https://plugins.gradle.org/plugin/io.spring.dependency-management
id 'io.spring.dependency-management' version '1.1.0'
// https://plugins.gradle.org/plugin/com.diffplug.spotless
id "com.diffplug.spotless" version "6.15.0"
id "com.diffplug.spotless" version "6.16.0"
}
ext {
......@@ -20,6 +20,7 @@ ext {
// https://start.spring.io/
springCloudVersion = '2022.0.1'
// springBootAdminVersion
// https://mvnrepository.com/artifact/de.codecentric/spring-boot-admin-starter-server
springBootAdminVersion = '3.0.0'
// Dependencies
......@@ -30,7 +31,7 @@ ext {
// https://mvnrepository.com/artifact/cn.dev33/sa-token-spring-boot3-starter
saTokenVersion = '1.34.0'
// https://mvnrepository.com/artifact/cn.hutool/hutool-all
hutoolVersion = '5.8.12'
hutoolVersion = '5.8.13'
// https://mvnrepository.com/artifact/com.alibaba.fastjson2/fastjson2
fastJsonVersion = '2.0.24'
// https://mvnrepository.com/artifact/com.xuxueli/xxl-job-core
......@@ -48,7 +49,7 @@ ext {
// https://mvnrepository.com/artifact/com.github.liaochong/myexcel
myexcelVersion = '4.2.2'
// https://mvnrepository.com/artifact/org.jetbrains/annotations
jetbrainsAnnotationsVersion = '24.0.0'
jetbrainsAnnotationsVersion = '24.0.1'
// https://mvnrepository.com/artifact/org.apache.pdfbox/pdfbox
pdfboxVersion = '2.0.27'
// https://mvnrepository.com/artifact/net.bramp.ffmpeg/ffmpeg
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论