diff --git a/CHANGELOG.md b/CHANGELOG.md
index be5c8d064c2..f619ac8e5e9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -17,9 +17,10 @@
### Additions and Improvements
- Add blockTimestamp to receipt logs for `eth_getBlockReceipts` and `eth_getTransactionReceipt` results [#9294](https://github.com/hyperledger/besu/pull/9294)
- Upgrade to execution-spec-tests v5.3.0 [#9301](https://github.com/hyperledger/besu/pull/9301)
-- Update netty [#9330](https://github.com/hyperledger/besu/pull/9330)
+- Update to netty 4.2.7.Final [#9330](https://github.com/hyperledger/besu/pull/9330)
- Ability to enable/disable stack, storage and returnData tracing data in debug_traceStandardBlockToFile and debug_traceStandardBadBlockToFile endpoints [#9183](https://github.com/hyperledger/besu/pull/9183)
- Increase mainnet gas limit to 60M [#9339](https://github.com/hyperledger/besu/pull/9339)
+- Update to tuweni 2.7.2 [#9338](https://github.com/hyperledger/besu/pull/9338)
### Bug fixes
diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml
index 8324b0763f0..51e6abdfd27 100644
--- a/gradle/verification-metadata.xml
+++ b/gradle/verification-metadata.xml
@@ -1391,28 +1391,28 @@
-
-
-
+
+
+
-
-
+
+
-
-
-
+
+
+
-
-
+
+
-
-
-
+
+
+
-
-
+
+
@@ -1420,28 +1420,28 @@
-
-
-
+
+
+
-
-
+
+
-
-
-
+
+
+
-
-
+
+
-
-
-
+
+
+
-
-
+
+
@@ -1449,20 +1449,20 @@
-
-
-
+
+
+
-
-
+
+
-
-
-
+
+
+
-
-
+
+
@@ -1473,12 +1473,12 @@
-
-
-
+
+
+
-
-
+
+
diff --git a/platform/build.gradle b/platform/build.gradle
index 707733c7f1e..bb0e83fde6d 100644
--- a/platform/build.gradle
+++ b/platform/build.gradle
@@ -110,15 +110,15 @@ dependencies {
api 'io.pkts:pkts-core:3.0.10'
- api 'io.consensys.tuweni:tuweni-bytes:2.7.1'
- api 'io.consensys.tuweni:tuweni-config:2.7.1'
- api 'io.consensys.tuweni:tuweni-concurrent:2.7.1'
- api 'io.consensys.tuweni:tuweni-crypto:2.7.1'
- api 'io.consensys.tuweni:tuweni-io:2.7.1'
- api 'io.consensys.tuweni:tuweni-net:2.7.1'
- api 'io.consensys.tuweni:tuweni-rlp:2.7.1'
- api 'io.consensys.tuweni:tuweni-toml:2.7.1'
- api 'io.consensys.tuweni:tuweni-units:2.7.1'
+ api 'io.consensys.tuweni:tuweni-bytes:2.7.2'
+ api 'io.consensys.tuweni:tuweni-config:2.7.2'
+ api 'io.consensys.tuweni:tuweni-concurrent:2.7.2'
+ api 'io.consensys.tuweni:tuweni-crypto:2.7.2'
+ api 'io.consensys.tuweni:tuweni-io:2.7.2'
+ api 'io.consensys.tuweni:tuweni-net:2.7.2'
+ api 'io.consensys.tuweni:tuweni-rlp:2.7.2'
+ api 'io.consensys.tuweni:tuweni-toml:2.7.2'
+ api 'io.consensys.tuweni:tuweni-units:2.7.2'
api 'jakarta.validation:jakarta.validation-api:3.1.1'