提交 51810886 作者: 方治民

合并分支 '3.0' 到 'master'

build: 依赖升级

查看合并请求 !13
plugins {
id 'java'
// https://start.spring.io
id 'org.springframework.boot' version '2.7.6'
id 'org.springframework.boot' version '2.7.7'
// https://plugins.gradle.org/plugin/io.spring.dependency-management
id 'io.spring.dependency-management' version '1.0.13.RELEASE'
// https://plugins.gradle.org/plugin/com.diffplug.spotless
......@@ -11,7 +11,7 @@ plugins {
ext {
// Spotless
// https://www.npmjs.com/package/prettier
prettierVersion = '2.8.0'
prettierVersion = '2.8.1'
// https://www.npmjs.com/package/prettier-plugin-java
prettierJavaVersion = '2.0.0'
......@@ -27,9 +27,9 @@ ext {
// https://mvnrepository.com/artifact/cn.dev33/sa-token-spring-boot-starter
saTokenVersion = '1.33.0'
// https://mvnrepository.com/artifact/cn.hutool/hutool-all
hutoolVersion = '5.8.10'
hutoolVersion = '5.8.11'
// https://mvnrepository.com/artifact/com.alibaba.fastjson2/fastjson2
fastJsonVersion = '2.0.20'
fastJsonVersion = '2.0.22'
// https://mvnrepository.com/artifact/com.xuxueli/xxl-job-core
xxlJobVersion = '2.3.1'
// https://mvnrepository.com/artifact/com.squareup.okhttp3/okhttp
......@@ -37,7 +37,7 @@ ext {
// https://mvnrepository.com/artifact/io.minio/minio
minioVersion = '8.4.6'
// https://mvnrepository.com/artifact/com.vladmihalcea/hibernate-types-55
hibernateTypesVersion = '2.20.0'
hibernateTypesVersion = '2.21.1'
// https://mvnrepository.com/artifact/org.hibernate/hibernate-spatial
hibernateSpatialVersion = '5.6.14.Final'
// https://mvnrepository.com/artifact/org.locationtech.jts/jts-core
......@@ -45,7 +45,7 @@ ext {
// https://mvnrepository.com/artifact/com.github.liaochong/myexcel
myexcelVersion = '4.2.2'
// https://mvnrepository.com/artifact/org.jetbrains/annotations
jetbrainsAnnotationsVersion = '23.0.0'
jetbrainsAnnotationsVersion = '23.1.0'
// https://mvnrepository.com/artifact/org.apache.pdfbox/pdfbox
pdfboxVersion = '2.0.27'
}
......@@ -134,7 +134,7 @@ subprojects {
}
}
task preCommit() {
tasks.register('preCommit') {
// fix: CI/CD
try {
// GitHook pre-commit (spotless, spotbugs)
......
......@@ -5,7 +5,7 @@ pluginManagement {
}
}
rootProject.name = 'basic-api'
rootProject.name = 'basic-api-boot'
include 'app'
include 'basic-auth'
include 'basic-websocket'
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论