diff --git a/CHANGELOG.md b/CHANGELOG.md index f0c28640f..8f9ed84c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,7 @@ ### Bug fixes - Fix the simulation of txs with a future nonce [#8215](https://github.com/hyperledger/besu/pull/8215) +- Bump to besu-native 1.1.2 for ubuntu 20.04 native support[#8264](https://github.com/hyperledger/besu/pull/8264) ## 25.1.0 diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml index 42b3d5d56..2d7fc092a 100644 --- a/gradle/verification-metadata.xml +++ b/gradle/verification-metadata.xml @@ -5152,12 +5152,12 @@ - - - + + + - - + + @@ -5168,44 +5168,44 @@ - - - + + + - - + + - - - + + + - - + + - - - + + + - - + + - - - + + + - - + + - - - + + + - - + + diff --git a/platform/build.gradle b/platform/build.gradle index 609189993..d1cdf753d 100644 --- a/platform/build.gradle +++ b/platform/build.gradle @@ -137,12 +137,12 @@ dependencies { api 'org.hibernate.validator:hibernate-validator:8.0.1.Final' - api 'org.hyperledger.besu:arithmetic:1.1.1' - api 'org.hyperledger.besu:blake2bf:1.1.1' - api 'org.hyperledger.besu:gnark:1.1.1' - api 'org.hyperledger.besu:ipa-multipoint:1.1.1' - api 'org.hyperledger.besu:secp256k1:1.1.1' - api 'org.hyperledger.besu:secp256r1:1.1.1' + api 'org.hyperledger.besu:arithmetic:1.1.2' + api 'org.hyperledger.besu:blake2bf:1.1.2' + api 'org.hyperledger.besu:gnark:1.1.2' + api 'org.hyperledger.besu:ipa-multipoint:1.1.2' + api 'org.hyperledger.besu:secp256k1:1.1.2' + api 'org.hyperledger.besu:secp256r1:1.1.2' api 'org.hyperledger.besu:besu-errorprone-checks:1.0.0'