Skip to content

Commit

Permalink
<fix>(build): update spring, guava and java sdk deps. (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyonRay authored Feb 22, 2024
1 parent 326756b commit 847a10e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ plugins {
apply plugin: 'com.github.johnrengelman.shadow'

group 'com.webank.wecross'
version '1.3.1'
version '1.4.0'

sourceCompatibility = 1.8
targetCompatibility = 1.8
Expand Down Expand Up @@ -80,17 +80,17 @@ dependencies {
}

implementation 'com.moandjiezana.toml:toml4j:0.7.2'
implementation 'com.google.guava:guava:30.1-jre'
implementation 'com.google.guava:guava:32.0.1-jre'

implementation ('org.fisco-bcos.java-sdk:fisco-bcos-java-sdk:3.4.0')
implementation ('org.fisco-bcos.java-sdk:fisco-bcos-java-sdk:3.6.0')
implementation 'commons-io:commons-io:2.8.0'

implementation 'org.fisco-bcos:solcJ:0.5.2.0'

// Use JUnit test framework
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.slf4j:slf4j-log4j12:2.0.5'
testImplementation 'org.springframework.boot:spring-boot-starter-test:2.7.5'
testImplementation 'org.springframework.boot:spring-boot-starter-test:2.7.18'

integTestImplementation 'junit:junit:4.13.2'
integTestImplementation 'org.slf4j:slf4j-log4j12:2.0.5'
Expand Down

0 comments on commit 847a10e

Please sign in to comment.