Skip to content

Commit

Permalink
依赖更新
Browse files Browse the repository at this point in the history
  • Loading branch information
elveahuang committed Oct 19, 2024
1 parent 8497d98 commit d2c77d3
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ allprojects {

dependencyManagement {
imports {
mavenBom("de.codecentric:spring-boot-admin-dependencies:3.3.4")
mavenBom("org.springframework.boot:spring-boot-dependencies:3.3.4")
mavenBom("org.springframework.cloud:spring-cloud-dependencies:2023.0.3")
mavenBom("com.alibaba.cloud:spring-cloud-alibaba-dependencies:2023.0.1.2")
mavenBom("com.tencent.cloud:spring-cloud-tencent-dependencies:1.13.2-2023.0.0")
mavenBom("de.codecentric:spring-boot-admin-dependencies:3.3.4")
mavenBom("io.grpc:grpc-bom:1.68.0")
mavenBom("cn.hutool:hutool-bom:5.8.32")
mavenBom("me.ahoo.cosid:cosid-bom:2.9.9")
Expand All @@ -81,10 +81,6 @@ allprojects {
dependencies {
// spring authorization server
dependency("org.springframework.security:spring-security-oauth2-authorization-server:1.3.2")
// arthas
dependency("com.taobao.arthas:arthas-packaging:4.0.1")
dependency("com.taobao.arthas:arthas-agent-attach:4.0.1")
dependency("com.taobao.arthas:arthas-spring-boot-starter:4.0.1")
// mapstruct & lombok
dependency("org.mapstruct:mapstruct:1.6.2")
dependency("org.mapstruct:mapstruct-processor:1.6.2")
Expand All @@ -109,8 +105,8 @@ allprojects {
dependency("org.redisson:redisson-spring-boot-starter:3.37.0")
dependency("org.apache.shardingsphere:shardingsphere-jdbc:5.5.0")
// others
dependency("com.nimbusds:nimbus-jose-jwt:9.41.1")
dependency("com.nimbusds:oauth2-oidc-sdk:11.19.1")
dependency("com.nimbusds:nimbus-jose-jwt:9.41.2")
dependency("com.nimbusds:oauth2-oidc-sdk:11.20.1")
dependency("org.json:json:20240303")
dependency("com.alibaba:fastjson:2.0.53")
dependency("com.github.spotbugs:spotbugs-annotations:4.8.6")
Expand Down

0 comments on commit d2c77d3

Please sign in to comment.