mirror of
https://github.com/vacp2p/linea-besu.git
synced 2026-01-08 20:47:59 -05:00
Pull in Consensys/tuweni v2.7.0 (#8330)
This replaces io.tmio/tuweni with the Consensys fork. Also Includes: - reduce check argument args allocations - https://github.com/Consensys/tuweni/pull/10 which should reduce Integer and int[] and therefore gc pressure Signed-off-by: Simon Dudley <simon.dudley@consensys.net>
This commit is contained in:
@@ -108,15 +108,15 @@ dependencies {
|
||||
|
||||
api 'io.pkts:pkts-core:3.0.10'
|
||||
|
||||
api 'io.tmio:tuweni-bytes:2.4.2'
|
||||
api 'io.tmio:tuweni-config:2.4.2'
|
||||
api 'io.tmio:tuweni-concurrent:2.4.2'
|
||||
api 'io.tmio:tuweni-crypto:2.4.2'
|
||||
api 'io.tmio:tuweni-io:2.4.2'
|
||||
api 'io.tmio:tuweni-net:2.4.2'
|
||||
api 'io.tmio:tuweni-rlp:2.4.2'
|
||||
api 'io.tmio:tuweni-toml:2.4.2'
|
||||
api 'io.tmio:tuweni-units:2.4.2'
|
||||
api 'io.consensys.protocols:tuweni-bytes:2.6.0'
|
||||
api 'io.consensys.protocols:tuweni-config:2.6.0'
|
||||
api 'io.consensys.protocols:tuweni-concurrent:2.6.0'
|
||||
api 'io.consensys.protocols:tuweni-crypto:2.6.0'
|
||||
api 'io.consensys.protocols:tuweni-io:2.6.0'
|
||||
api 'io.consensys.protocols:tuweni-net:2.6.0'
|
||||
api 'io.consensys.protocols:tuweni-rlp:2.6.0'
|
||||
api 'io.consensys.protocols:tuweni-toml:2.6.0'
|
||||
api 'io.consensys.protocols:tuweni-units:2.6.0'
|
||||
|
||||
api 'net.java.dev.jna:jna:5.16.0'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user