Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Commit

Permalink
web3j 4.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
usmansaleem committed Oct 16, 2023
1 parent f9f3897 commit d4435d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ethsigner/core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ dependencies {
integrationTestImplementation 'org.mockito:mockito-core'
integrationTestImplementation 'org.mockito:mockito-junit-jupiter'
integrationTestImplementation 'org.awaitility:awaitility'
integrationTestImplementation 'org.web3j:crypto'

integrationTestRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
}
2 changes: 1 addition & 1 deletion gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ dependencyManagement {
entry 'mockito-junit-jupiter'
}

dependencySet(group: 'org.web3j', version: '4.10.3') {
dependencySet(group: 'org.web3j', version: '4.10.2') {
entry 'besu'
entry ('core') {
exclude group: 'com.github.jnr', name: 'jnr-unixsocket'
Expand Down

0 comments on commit d4435d0

Please sign in to comment.