Skip to content

Commit

Permalink
Merge pull request #1852 from web3j/bump_version_496
Browse files Browse the repository at this point in the history
publish snapshot 4.9.6-SNAPSHOT
  • Loading branch information
gtebrean authored Jan 16, 2023
2 parents bebceec + d1039c9 commit aad5b4f
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.5-SNAPSHOT
version=4.9.6-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.4') {
testImplementation('org.web3j:web3j-unit:4.9.5') {
// We dont want to pull the web3j version from unit
exclude group: 'org.web3j'
}
Expand Down

0 comments on commit aad5b4f

Please sign in to comment.