Skip to content

Commit 2613561

Browse files
authored
Bump snapshot 4.12.3 (#86)
* release 4.12.2 Signed-off-by: Nischal Sharma <[email protected]> * bump snapshot to 4.12.3 Signed-off-by: Nischal Sharma <[email protected]> --------- Signed-off-by: Nischal Sharma <[email protected]>
1 parent fd63229 commit 2613561

File tree

3 files changed

+20
-8
lines changed

3 files changed

+20
-8
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 [#86](https://github.com/hyperledger/web3j-unit/pull/86)
15+
16+
### BREAKING CHANGES
17+
18+
*
19+
20+
# [4.12.2](https://github.com/hyperledger/web3j-unit/releases/tag/v4.12.2) (2024-09-18)
721

822
### Bug Fixes
923

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,14 @@ You can find an example using docker-compose [here](https://github.com/web3j/web
1717
```groovy
1818
repositories {
1919
mavenCentral()
20-
jcenter()
2120
maven { url "https://hyperledger.jfrog.io/artifactory/besu-maven/" }
2221
maven { url "https://artifacts.consensys.net/public/maven/maven/" }
2322
maven { url "https://splunk.jfrog.io/splunk/ext-releases-local" }
2423
maven { url "https://dl.cloudsmith.io/public/consensys/quorum-mainnet-launcher/maven/" }
2524
}
2625
27-
implementation "org.web3j:core:4.12.1"
28-
testCompile "org.web3j:web3j-unit:4.12.1"
26+
implementation "org.web3j:core:4.12.2"
27+
testCompile "org.web3j:web3j-unit:4.12.2"
2928
```
3029

3130
2. Create a new test with the `@EVMTest` annotation. An embedded EVM is used by default. To use Geth or Besu pass the node type into the annotation: `@EVMTest(NodeType.GETH)` or `@EVMTest(NodeType.BESU)`
@@ -82,11 +81,10 @@ class GreeterTest {
8281
```groovy
8382
repositories {
8483
mavenCentral()
85-
jcenter()
8684
}
8785
88-
implementation "org.web3j:core:4.12.1"
89-
testCompile "org.web3j:web3j-unit:4.12.1"
86+
implementation "org.web3j:core:4.12.2"
87+
testCompile "org.web3j:web3j-unit:4.12.2"
9088
```
9189

9290
2. Create a new test with the `@EVMComposeTest` annotation.

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)