Skip to content

Commit

Permalink
Update Teku and Besu libraries versions (#710)
Browse files Browse the repository at this point in the history
  • Loading branch information
usmansaleem authored Feb 8, 2023
1 parent 73f71dd commit 2cab9b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@ dependencyManagement {
entry 'mockito-junit-jupiter'
}

dependency 'org.hyperledger.besu:plugin-api:22.10.0'
dependency 'org.hyperledger.besu.internal:metrics-core:22.10.0'
dependency 'org.hyperledger.besu:plugin-api:22.10.3'
dependency 'org.hyperledger.besu.internal:metrics-core:22.10.3'

dependencySet(group: 'tech.pegasys.teku.internal', version: '22.12.0') {
dependencySet(group: 'tech.pegasys.teku.internal', version: '23.1.1') {
entry 'bls'
entry 'spec'
entry 'serializer'
Expand Down

0 comments on commit 2cab9b9

Please sign in to comment.