Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"container-tests" module. #1894

Merged
merged 14 commits into from
Apr 14, 2021
Prev Previous commit
Next Next commit
Reverted web3j versions.
Signed-off-by: Mark Terry <mark.terry@consensys.net>
  • Loading branch information
mark-terry committed Mar 31, 2021
commit f3a4097893da5f1299eb18f5a9c23c79c401913e
10 changes: 5 additions & 5 deletions gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -144,13 +144,13 @@ dependencyManagement {

dependency 'org.springframework.security:spring-security-crypto:5.4.2'

dependency 'org.web3j:abi:4.8.4'
dependency 'org.web3j:besu:4.8.4'
dependency('org.web3j:core:4.8.4') {
dependency 'org.web3j:abi:4.5.15'
dependency 'org.web3j:besu:4.5.15'
dependency('org.web3j:core:4.5.15') {
exclude group: 'com.github.jnr', name: 'jnr-unixsocket'
}
dependency 'org.web3j:crypto:4.8.4'
dependency 'org.web3j:quorum:4.8.4'
dependency 'org.web3j:crypto:4.5.15'
dependency 'org.web3j:quorum:4.5.15'

dependency 'org.xerial.snappy:snappy-java:1.1.8.2'

Expand Down