Skip to content

Commit 66fe9fb

Browse files
committed
release 4.12.2
Signed-off-by: Nischal Sharma <[email protected]>
1 parent fd63229 commit 66fe9fb

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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.2](https://github.com/hyperledger/web3j-unit/releases/tag/v4.12.2) (2024-09-18)
77

88
### Bug Fixes
99

README.md

+4-6
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

+1-1
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.2

0 commit comments

Comments
 (0)