Skip to content

Commit

Permalink
Update besu-native to 0.4.3 (hyperledger#3331)
Browse files Browse the repository at this point in the history
* Updated besu-native to 0.4.3

Signed-off-by: Lucas Saldanha <lucascrsaldanha@gmail.com>
  • Loading branch information
lucassaldanha authored Jan 27, 2022
1 parent 5b58828 commit 24f3cc6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
### 22.1.0 Breaking Changes

### Additions and Improvements
- Updated besu-native to version 0.4.3 [#3331](https://github.com/hyperledger/besu/pull/3331)

### Bug Fixes

Expand Down
6 changes: 3 additions & 3 deletions gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,9 @@ dependencyManagement {

dependency 'org.fusesource.jansi:jansi:2.4.0'

dependency 'org.hyperledger.besu:bls12-381:0.4.2'
dependency 'org.hyperledger.besu:secp256k1:0.4.2'
dependency 'org.hyperledger.besu:secp256r1:0.4.2'
dependency 'org.hyperledger.besu:bls12-381:0.4.3'
dependency 'org.hyperledger.besu:secp256k1:0.4.3'
dependency 'org.hyperledger.besu:secp256r1:0.4.3'

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

0 comments on commit 24f3cc6

Please sign in to comment.