Skip to content

Commit

Permalink
bump versions (#1743)
Browse files Browse the repository at this point in the history
  • Loading branch information
gtebrean authored Jul 8, 2022
1 parent 054f433 commit 103db1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
group=org.web3j
version=4.9.2-SNAPSHOT
version=4.9.3-SNAPSHOT
2 changes: 1 addition & 1 deletion integration-tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies {
testImplementation "ch.qos.logback:logback-core:$logbackVersion"
testImplementation "ch.qos.logback:logback-classic:$logbackVersion"
testImplementation "com.carrotsearch:junit-benchmarks:$junitBenchmarkVersion"
testImplementation('org.web3j:web3j-unit:4.9.0') {
testImplementation('org.web3j:web3j-unit:4.9.2') {
// We dont want to pull the web3j version from unit
exclude group: 'org.web3j'
}
Expand Down

0 comments on commit 103db1f

Please sign in to comment.