提交 0fbbf339 作者: 方治民

chore: upgrade springboot v3.4.2

上级 c1bbc7a2
......@@ -2,12 +2,12 @@ plugins {
id 'java'
id 'java-library'
// https://start.spring.io
id 'org.springframework.boot' version '3.4.1'
id 'org.springframework.boot' version '3.4.2'
id 'org.graalvm.buildtools.native' version '0.10.4'
// https://plugins.gradle.org/plugin/io.spring.dependency-management
id 'io.spring.dependency-management' version '1.1.7'
// https://plugins.gradle.org/plugin/com.diffplug.spotless
id "com.diffplug.spotless" version "6.25.0"
id "com.diffplug.spotless" version "7.0.2"
// https://plugins.gradle.org/plugin/com.gorylenko.gradle-git-properties
id "com.gorylenko.gradle-git-properties" version "2.4.2"
}
......@@ -33,25 +33,25 @@ ext {
// Sentry
// https://central.sonatype.com/artifact/io.sentry/sentry-spring-boot-starter-jakarta
sentryVersion = '7.18.1'
sentryVersion = '8.1.0'
// Dependencies
// https://central.sonatype.com/artifact/com.github.xiaoymin/knife4j-openapi3-jakarta-spring-boot-starter
knife4jOpen3Version = '4.5.0'
// https://central.sonatype.com/artifact/io.swagger.core.v3/swagger-annotations
swaggerAnnotationsVersion = '2.2.27'
swaggerAnnotationsVersion = '2.2.28'
// https://central.sonatype.com/artifact/cn.dev33/sa-token-spring-boot3-starter
saTokenVersion = '1.39.0'
saTokenVersion = '1.40.0'
// https://central.sonatype.com/artifact/cn.hutool/hutool-core
hutoolVersion = '5.8.35'
// https://central.sonatype.com/artifact/com.alibaba.fastjson2/fastjson2
fastJsonVersion = '2.0.53'
fastJsonVersion = '2.0.54'
// https://central.sonatype.com/artifact/com.xuxueli/xxl-job-core
xxlJobVersion = '2.4.2'
xxlJobVersion = '2.5.0'
// https://central.sonatype.com/artifact/io.minio/minio
minioVersion = '8.5.14'
minioVersion = '8.5.17'
// https://central.sonatype.com/artifact/io.hypersistence/hypersistence-utils-hibernate-63
hibernateTypesVersion = '3.9.0'
hibernateTypesVersion = '3.9.1'
// https://central.sonatype.com/artifact/org.hibernate.orm/hibernate-spatial
hibernateSpatialVersion = '6.5.3.Final'
// https://central.sonatype.com/artifact/org.locationtech.jts/jts-core
......@@ -61,9 +61,9 @@ ext {
// https://central.sonatype.com/artifact/com.github.liaochong/myexcel
myexcelVersion = '4.5.6'
// https://central.sonatype.com/artifact/org.jetbrains/annotations
jetbrainsAnnotationsVersion = '26.0.1'
jetbrainsAnnotationsVersion = '26.0.2'
// https://central.sonatype.com/artifact/org.apache.pdfbox/pdfbox
pdfboxVersion = '3.0.3'
pdfboxVersion = '3.0.4'
// https://central.sonatype.com/artifact/org.lionsoul/ip2region
ip2regionVersion = '2.7.0'
// https://central.sonatype.com/artifact/com.github.piomin/loki-logging-spring-boot-starter
......@@ -148,7 +148,7 @@ subprojects {
format 'misc', {
target '*.gradle', '*.md', '.gitignore'
trimTrailingWhitespace()
indentWithTabs()
leadingSpacesToTabs()
endWithNewline()
}
java {
......
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://mirrors.aliyun.com/gradle/distributions/v8.11.1/gradle-8.11.1-bin.zip
distributionUrl=https\://mirrors.aliyun.com/gradle/distributions/v8.12.1/gradle-8.12.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论