File tree 4 files changed +5
-6
lines changed
4 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
- # [ 4.12.2] ( ) (Upcoming )
6
+ # [ 4.12.2] ( https://github.com/hyperledger/web3j-evm/releases/tag/v4.12.2 ) (2024-09-18 )
7
7
8
8
### Bug Fixes
9
9
Original file line number Diff line number Diff line change @@ -24,12 +24,11 @@ to do this.
24
24
``` groovy
25
25
repositories {
26
26
mavenCentral()
27
- jcenter()
28
27
}
29
28
30
29
dependencies {
31
- implementation "org.web3j:core:4.12.1 "
32
- implementation "org.web3j:web3j-evm:4.12.1 "
30
+ implementation "org.web3j:core:4.12.2 "
31
+ implementation "org.web3j:web3j-evm:4.12.2 "
33
32
}
34
33
```
35
34
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ plugins {
13
13
description ' Web3j-evm extension'
14
14
15
15
ext {
16
- web3jVersion = ' 4.12.1 '
16
+ web3jVersion = ' 4.12.2 '
17
17
log4jVersion = ' 2.23.1'
18
18
guavaVersion = ' 33.2.0-jre'
19
19
jacksonVersion = ' 2.10.0'
Original file line number Diff line number Diff line change 1
1
kotlin.code.style =official
2
2
group =org.web3j
3
- version =4.12.2-SNAPSHOT
3
+ version =4.12.2
You can’t perform that action at this time.
0 commit comments