File tree 4 files changed +6
-5
lines changed
4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
14
14
### Features
15
15
16
16
* 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 )
17
18
18
19
19
20
### BREAKING CHANGES
Original file line number Diff line number Diff line change 27
27
ensAdraffyVersion = ' 0.2.0'
28
28
kzg4844Version = ' 2.0.0'
29
29
awsSdkVersion = ' 2.27.24'
30
- tuweniVersion = ' 2.4.2 '
30
+ tuweniVersion = ' 2.7.0 '
31
31
// test dependencies
32
32
equalsverifierVersion = ' 3.16.1'
33
33
junitVersion = ' 5.5.2'
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ dependencies {
19
19
" com.fasterxml.jackson.core:jackson-databind:$jacksonVersion " ,
20
20
" org.slf4j:slf4j-api:$slf4jVersion " ,
21
21
" 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 "
24
24
implementation " software.amazon.awssdk:kms:$awsSdkVersion "
25
25
testImplementation project(path : ' :crypto' , configuration : ' testArtifacts' ),
26
26
" nl.jqno.equalsverifier:equalsverifier:$equalsverifierVersion " ,
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ dependencies {
11
11
" org.slf4j:slf4j-api:$slf4jVersion " ,
12
12
" com.fasterxml.jackson.core:jackson-databind:$jacksonVersion " ,
13
13
" 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 " )
16
16
}
17
17
18
18
configurations { testArtifacts. extendsFrom testRuntime }
You can’t perform that action at this time.
0 commit comments