Skip to content

Commit 627a684

Browse files
authored
Bump snapshot to 4.12.3 (#115)
* release 4.12.2 Signed-off-by: Nischal Sharma <nischal@web3labs.com> * bump snapshot to 4.12.3 Signed-off-by: Nischal Sharma <nischal@web3labs.com> --------- Signed-off-by: Nischal Sharma <nischal@web3labs.com>
1 parent c198d48 commit 627a684

File tree

4 files changed

+19
-6
lines changed

4 files changed

+19
-6
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,21 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6-
# [4.12.2]() (Upcoming)
6+
# [4.12.3]() (Upcoming)
7+
8+
### Bug Fixes
9+
10+
*
11+
12+
### Features
13+
14+
* bump snapshot version to 4.12.3 [#115](https://github.com/hyperledger/web3j-evm/pull/115)
15+
16+
### BREAKING CHANGES
17+
18+
*
19+
20+
# [4.12.2](https://github.com/hyperledger/web3j-evm/releases/tag/v4.12.2) (2024-09-18)
721

822
### Bug Fixes
923

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,11 @@ to do this.
2424
```groovy
2525
repositories {
2626
mavenCentral()
27-
jcenter()
2827
}
2928
3029
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"
3332
}
3433
```
3534

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ plugins {
1313
description 'Web3j-evm extension'
1414

1515
ext {
16-
web3jVersion = '4.12.1'
16+
web3jVersion = '4.12.2'
1717
log4jVersion = '2.23.1'
1818
guavaVersion = '33.2.0-jre'
1919
jacksonVersion = '2.10.0'

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
kotlin.code.style=official
22
group=org.web3j
3-
version=4.12.2-SNAPSHOT
3+
version=4.12.3-SNAPSHOT

0 commit comments

Comments
 (0)