Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
neotheprogramist committed Nov 21, 2023
1 parent e3abf22 commit 0c4d0da
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ dependencies {
implementation 'io.tmio:tuweni-rlp'
implementation 'org.hyperledger.besu:ipa-multipoint'
implementation 'org.hyperledger.besu.internal:trie:23.1.3-SNAPSHOT'
implementation 'org.slf4j:slf4j-api'
implementation 'ch.qos.logback:logback-classic'

testImplementation 'org.junit.jupiter:junit-jupiter-api'
testImplementation 'org.junit.jupiter:junit-jupiter-params'
Expand Down
4 changes: 4 additions & 0 deletions gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ dependencyManagement {

dependency 'org.assertj:assertj-core:3.24.2'

dependency 'org.slf4j:slf4j-api:2.0.9'

dependency 'ch.qos.logback:logback-classic:1.4.11'

dependencySet(group: 'io.tmio', version: '2.4.2') {
entry 'tuweni-bytes'
entry 'tuweni-rlp'
Expand Down

0 comments on commit 0c4d0da

Please sign in to comment.