提交 b06b5afb 作者: 方治民

chore: upgrade deps(SpringBoot v3.4.3)

上级 4a49ef64
......@@ -2,8 +2,8 @@ plugins {
id 'java'
id 'java-library'
// https://start.spring.io
id 'org.springframework.boot' version '3.4.2'
id 'org.graalvm.buildtools.native' version '0.10.4'
id 'org.springframework.boot' version '3.4.3'
id 'org.graalvm.buildtools.native' version '0.10.5'
// 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
......@@ -29,11 +29,11 @@ ext {
// SpringBootAdmin
// https://central.sonatype.com/artifact/de.codecentric/spring-boot-admin-starter-server
springBootAdminVersion = '3.4.1'
springBootAdminVersion = '3.4.3'
// Sentry
// https://central.sonatype.com/artifact/io.sentry/sentry-spring-boot-starter-jakarta
sentryVersion = '8.1.0'
sentryVersion = '8.2.0'
// Dependencies
// https://central.sonatype.com/artifact/com.github.xiaoymin/knife4j-openapi3-jakarta-spring-boot-starter
......@@ -43,17 +43,17 @@ ext {
// https://central.sonatype.com/artifact/cn.dev33/sa-token-spring-boot3-starter
saTokenVersion = '1.40.0'
// https://central.sonatype.com/artifact/cn.hutool/hutool-core
hutoolVersion = '5.8.35'
hutoolVersion = '5.8.36'
// https://central.sonatype.com/artifact/com.alibaba.fastjson2/fastjson2
fastJsonVersion = '2.0.54'
fastJsonVersion = '2.0.56'
// https://central.sonatype.com/artifact/com.xuxueli/xxl-job-core
xxlJobVersion = '3.0.0'
// https://central.sonatype.com/artifact/io.minio/minio
minioVersion = '8.5.17'
// https://central.sonatype.com/artifact/io.hypersistence/hypersistence-utils-hibernate-63
hibernateTypesVersion = '3.9.1'
hibernateTypesVersion = '3.9.2'
// https://central.sonatype.com/artifact/org.hibernate.orm/hibernate-spatial
hibernateSpatialVersion = '6.6.6.Final'
hibernateSpatialVersion = '6.6.9.Final'
// https://central.sonatype.com/artifact/org.locationtech.jts/jts-core
jtsVersion = '1.20.0'
// https://mvnrepository.com/artifact/org.n52.jackson/jackson-datatype-jts
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论