Skip to content

Commit

Permalink
Updated besu-native to 0.4.2 for ec libraries (hyperledger#2669)
Browse files Browse the repository at this point in the history
Signed-off-by: Lucas Saldanha <lucascrsaldanha@gmail.com>
  • Loading branch information
lucassaldanha authored and eum602 committed Nov 3, 2023
1 parent 58eb2bc commit 38338d5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,10 @@ dependencyManagement {

dependency 'org.fusesource.jansi:jansi:2.3.4'

// Not updating bls12-381 because of https://github.com/hyperledger/besu/issues/2668
dependency 'org.hyperledger.besu:bls12-381:0.3.0'
dependency 'org.hyperledger.besu:secp256k1:0.4.1'
dependency 'org.hyperledger.besu:secp256r1:0.4.1'
dependency 'org.hyperledger.besu:secp256k1:0.4.2'
dependency 'org.hyperledger.besu:secp256r1:0.4.2'

dependency 'org.immutables:value-annotations:2.8.8'
dependency 'org.immutables:value:2.8.8'
Expand Down

0 comments on commit 38338d5

Please sign in to comment.