Skip to content

Commit

Permalink
<fix>(project): upgrade project spring, bouncycastle deps version.
Browse files Browse the repository at this point in the history
  • Loading branch information
kyonRay committed Feb 22, 2024
1 parent 1af4484 commit e513126
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -149,13 +149,14 @@ dependencies {
compile 'com.google.code.gson:gson:2.8.9'
compile 'org.apache.commons:commons-lang3:3.11'
compile 'com.fasterxml.jackson.core:jackson-databind:2.14.2' // must not lower than 2.11.0 to support abi translate
compile 'org.springframework.boot:spring-boot-starter-actuator:2.7.9'
compile 'org.springframework.boot:spring-boot-configuration-processor:2.7.9'
compile 'org.springframework.boot:spring-boot-starter-log4j2:2.7.9'
compile 'org.springframework.boot:spring-boot-starter-actuator:2.7.18'
compile 'org.springframework.boot:spring-boot-configuration-processor:2.7.18'
compile 'org.springframework.boot:spring-boot-starter-log4j2:2.7.18'
compile 'org.springframework:spring-core:5.3.32'
compile('org.asynchttpclient:async-http-client:2.12.3') {
exclude group: "io.netty"
}
compile 'org.bouncycastle:bcprov-jdk15on:1.69'
compile 'org.bouncycastle:bcprov-jdk18on:1.77'
compile 'commons-codec:commons-codec:1.14'
compile 'javax.activation:activation:1.1.1'
compile 'org.fisco-bcos:tcnative'
Expand All @@ -164,7 +165,7 @@ dependencies {

// Use JUnit test framework
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.springframework.boot:spring-boot-starter-test:2.7.9'
testImplementation 'org.springframework.boot:spring-boot-starter-test:2.7.18'
}

sourceSets {
Expand Down

0 comments on commit e513126

Please sign in to comment.