提交 85580622 作者: 方治民

chore: deps update

上级 c780ffee
......@@ -2,6 +2,7 @@ group = 'com.yiring'
version = '0.0.1-SNAPSHOT'
processResources {
// 将 gradle 配置注入配置文件
filesMatching('application.yml') {
expand(project.properties)
}
......
# 通过 gradle processResources 注入构建版本号
app:
version: ${version}
......
......@@ -2,12 +2,12 @@ plugins {
id 'java'
id 'java-library'
// https://start.spring.io
id 'org.springframework.boot' version '3.2.1'
id 'org.springframework.boot' version '3.2.2'
id 'org.graalvm.buildtools.native' version '0.9.28'
// 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.24.0"
id "com.diffplug.spotless" version "6.25.0"
}
ext {
......@@ -39,7 +39,7 @@ ext {
// https://central.sonatype.com/artifact/cn.hutool/hutool-core
hutoolVersion = '5.8.25'
// https://central.sonatype.com/artifact/com.alibaba.fastjson2/fastjson2
fastJsonVersion = '2.0.45'
fastJsonVersion = '2.0.46'
// https://central.sonatype.com/artifact/com.xuxueli/xxl-job-core
xxlJobVersion = '2.4.0'
// https://central.sonatype.com/artifact/com.squareup.okhttp3/okhttp
......@@ -47,9 +47,9 @@ ext {
// https://central.sonatype.com/artifact/io.minio/minio
minioVersion = '8.5.7'
// https://central.sonatype.com/artifact/io.hypersistence/hypersistence-utils-hibernate-63
hibernateTypesVersion = '3.7.0'
hibernateTypesVersion = '3.7.1'
// https://central.sonatype.com/artifact/org.hibernate.orm/hibernate-spatial
hibernateSpatialVersion = '6.4.1.Final'
hibernateSpatialVersion = '6.4.2.Final'
// https://central.sonatype.com/artifact/org.locationtech.jts/jts-core
jtsVersion = '1.19.0'
// https://central.sonatype.com/artifact/com.github.liaochong/myexcel
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论