Skip to content

Commit

Permalink
Merge pull request #69 from web3j/logback-fix
Browse files Browse the repository at this point in the history
Fix logback version
  • Loading branch information
gtebrean authored Jan 5, 2024
2 parents 6bfbdad + 1321439 commit a20b72a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ description 'Web3j-unit extension'
ext {
web3jVersion = version
kotlinLoggingVersion = '1.6.24'
logbackVersion = '1.2.3'
logbackVersion = '1.4.14'
mockitoKotlinVersion = '1.6.0'
testContainersVersion = '1.17.1'
besuPluginVersion = '23.4.1'
Expand Down

0 comments on commit a20b72a

Please sign in to comment.