mirror of
https://github.com/vacp2p/linea-besu.git
synced 2026-01-09 15:37:54 -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:
@@ -38,8 +38,8 @@ dependencies {
|
||||
implementation 'com.google.guava:guava'
|
||||
implementation 'com.google.dagger:dagger'
|
||||
implementation 'info.picocli:picocli'
|
||||
implementation 'io.tmio:tuweni-bytes'
|
||||
implementation 'io.tmio:tuweni-units'
|
||||
implementation 'io.consensys.protocols:tuweni-bytes'
|
||||
implementation 'io.consensys.protocols:tuweni-units'
|
||||
implementation "org.immutables:value-annotations"
|
||||
annotationProcessor "org.immutables:value"
|
||||
annotationProcessor 'com.google.dagger:dagger-compiler'
|
||||
|
||||
Reference in New Issue
Block a user