File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1414### Features
1515
1616* bump snapshot version to 4.13.1 [ #2160 ] ( https://github.com/hyperledger-web3j/web3j/pull/2160 )
17+ * Upgrade to https://github.com/Consensys/tuweni/releases/tag/v2.7.0 [ #2170 ] ( https://github.com/LFDT-web3j/web3j/pull/2170 )
1718
1819
1920### BREAKING CHANGES
Original file line number Diff line number Diff line change 2727 ensAdraffyVersion = ' 0.2.0'
2828 kzg4844Version = ' 2.0.0'
2929 awsSdkVersion = ' 2.27.24'
30- tuweniVersion = ' 2.4.2 '
30+ tuweniVersion = ' 2.7.0 '
3131 // test dependencies
3232 equalsverifierVersion = ' 3.16.1'
3333 junitVersion = ' 5.5.2'
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ dependencies {
1919 " com.fasterxml.jackson.core:jackson-databind:$jacksonVersion " ,
2020 " org.slf4j:slf4j-api:$slf4jVersion " ,
2121 " io.github.adraffy:ens-normalize:$ensAdraffyVersion " ,
22- " io.tmio :tuweni-bytes:$tuweniVersion " ,
23- " io.tmio :tuweni-units:$tuweniVersion "
22+ " io.consensys.tuweni :tuweni-bytes:$tuweniVersion " ,
23+ " io.consensys.tuweni :tuweni-units:$tuweniVersion "
2424 implementation " software.amazon.awssdk:kms:$awsSdkVersion "
2525 testImplementation project(path : ' :crypto' , configuration : ' testArtifacts' ),
2626 " nl.jqno.equalsverifier:equalsverifier:$equalsverifierVersion " ,
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ dependencies {
1111 " org.slf4j:slf4j-api:$slf4jVersion " ,
1212 " com.fasterxml.jackson.core:jackson-databind:$jacksonVersion " ,
1313 " io.consensys.protocols:jc-kzg-4844:$kzg4844Version "
14- implementation(" io.tmio :tuweni-bytes:$tuweniVersion " )
15- implementation(" io.tmio :tuweni-units:$tuweniVersion " )
14+ implementation(" io.consensys.tuweni :tuweni-bytes:$tuweniVersion " )
15+ implementation(" io.consensys.tuweni :tuweni-units:$tuweniVersion " )
1616}
1717
1818configurations { testArtifacts. extendsFrom testRuntime }
You can’t perform that action at this time.
0 commit comments