提交 753f8008 作者: 方治民

chore: upgrade deps (SpringBoot v3.5.9)

上级 123e522e
...@@ -2,7 +2,7 @@ plugins { ...@@ -2,7 +2,7 @@ plugins {
id 'java' id 'java'
id 'java-library' id 'java-library'
// https://start.spring.io // https://start.spring.io
id 'org.springframework.boot' version '3.5.8' id 'org.springframework.boot' version '3.5.9'
id 'org.graalvm.buildtools.native' version '0.10.6' id 'org.graalvm.buildtools.native' version '0.10.6'
// https://plugins.gradle.org/plugin/io.spring.dependency-management // https://plugins.gradle.org/plugin/io.spring.dependency-management
id 'io.spring.dependency-management' version '1.1.7' id 'io.spring.dependency-management' version '1.1.7'
...@@ -25,7 +25,7 @@ ext { ...@@ -25,7 +25,7 @@ ext {
// SpringCloud // SpringCloud
// https://start.spring.io/ // https://start.spring.io/
springCloudVersion = '2025.0.0' springCloudVersion = '2025.0.1'
// SpringBootAdmin // SpringBootAdmin
// https://central.sonatype.com/artifact/de.codecentric/spring-boot-admin-starter-server // https://central.sonatype.com/artifact/de.codecentric/spring-boot-admin-starter-server
...@@ -33,17 +33,17 @@ ext { ...@@ -33,17 +33,17 @@ ext {
// Sentry // Sentry
// https://central.sonatype.com/artifact/io.sentry/sentry-spring-boot-starter-jakarta // https://central.sonatype.com/artifact/io.sentry/sentry-spring-boot-starter-jakarta
sentryVersion = '8.27.0' sentryVersion = '8.29.0'
// Dependencies // Dependencies
// https://central.sonatype.com/artifact/com.github.xiaoymin/knife4j-openapi3-jakarta-spring-boot-starter // https://central.sonatype.com/artifact/com.github.xiaoymin/knife4j-openapi3-jakarta-spring-boot-starter
knife4jOpen3Version = '4.5.0' knife4jOpen3Version = '4.5.0'
// https://central.sonatype.com/artifact/io.swagger.core.v3/swagger-annotations // https://central.sonatype.com/artifact/io.swagger.core.v3/swagger-annotations
swaggerAnnotationsVersion = '2.2.40' swaggerAnnotationsVersion = '2.2.41'
// https://central.sonatype.com/artifact/cn.dev33/sa-token-spring-boot3-starter // https://central.sonatype.com/artifact/cn.dev33/sa-token-spring-boot3-starter
saTokenVersion = '1.44.0' saTokenVersion = '1.44.0'
// https://central.sonatype.com/artifact/cn.hutool/hutool-core // https://central.sonatype.com/artifact/cn.hutool/hutool-core
hutoolVersion = '5.8.41' hutoolVersion = '5.8.42'
// https://central.sonatype.com/artifact/com.alibaba.fastjson2/fastjson2 // https://central.sonatype.com/artifact/com.alibaba.fastjson2/fastjson2
fastJsonVersion = '2.0.60' fastJsonVersion = '2.0.60'
// https://central.sonatype.com/artifact/com.xuxueli/xxl-job-core // https://central.sonatype.com/artifact/com.xuxueli/xxl-job-core
...@@ -51,9 +51,9 @@ ext { ...@@ -51,9 +51,9 @@ ext {
// https://central.sonatype.com/artifact/io.minio/minio // https://central.sonatype.com/artifact/io.minio/minio
minioVersion = '8.6.0' minioVersion = '8.6.0'
// https://central.sonatype.com/artifact/io.hypersistence/hypersistence-utils-hibernate-63 // https://central.sonatype.com/artifact/io.hypersistence/hypersistence-utils-hibernate-63
hibernateTypesVersion = '3.12.0' hibernateTypesVersion = '3.14.1'
// https://central.sonatype.com/artifact/org.hibernate.orm/hibernate-spatial // https://central.sonatype.com/artifact/org.hibernate.orm/hibernate-spatial
hibernateSpatialVersion = '7.1.10.Final' hibernateSpatialVersion = '7.2.0.Final'
// https://central.sonatype.com/artifact/org.locationtech.jts/jts-core // https://central.sonatype.com/artifact/org.locationtech.jts/jts-core
jtsVersion = '1.20.0' jtsVersion = '1.20.0'
// https://mvnrepository.com/artifact/org.n52.jackson/jackson-datatype-jts // https://mvnrepository.com/artifact/org.n52.jackson/jackson-datatype-jts
...@@ -65,11 +65,11 @@ ext { ...@@ -65,11 +65,11 @@ ext {
// https://central.sonatype.com/artifact/org.apache.pdfbox/pdfbox // https://central.sonatype.com/artifact/org.apache.pdfbox/pdfbox
pdfboxVersion = '3.0.6' pdfboxVersion = '3.0.6'
// https://central.sonatype.com/artifact/org.lionsoul/ip2region // https://central.sonatype.com/artifact/org.lionsoul/ip2region
ip2regionVersion = '3.1.1' ip2regionVersion = '3.3.2'
// https://central.sonatype.com/artifact/com.github.piomin/loki-logging-spring-boot-starter // https://central.sonatype.com/artifact/com.github.piomin/loki-logging-spring-boot-starter
lokiLoggingVersion = '2.0.3' lokiLoggingVersion = '2.0.3'
// https://central.sonatype.com/artifact/com.github.ulisesbocchio/jasypt-spring-boot-starter // https://central.sonatype.com/artifact/com.github.ulisesbocchio/jasypt-spring-boot-starter
jasyptVersion = '3.0.5' jasyptVersion = '4.0.3'
// https://central.sonatype.com/artifact/net.bramp.ffmpeg/ffmpeg // https://central.sonatype.com/artifact/net.bramp.ffmpeg/ffmpeg
// FIXED: ffmpeg 4.x // FIXED: ffmpeg 4.x
ffmpegWrapperVersion = '0.8.0' ffmpegWrapperVersion = '0.8.0'
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论