Skip to content

Commit 1478206

Browse files
authored
bump snapshot version to 4.11.4 (#80)
Signed-off-by: Nischal Sharma <[email protected]>
1 parent be3b2a6 commit 1478206

File tree

3 files changed

+20
-6
lines changed

3 files changed

+20
-6
lines changed

CHANGELOG.md

+15-1
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.11.3]() (Upcoming)
6+
# [4.11.4]() (Upcoming)
7+
8+
### Bug Fixes
9+
10+
*
11+
12+
### Features
13+
14+
* bump snapshot version to 4.11.4 [#80](https://github.com/hyperledger/web3j-unit/pull/80)
15+
16+
### BREAKING CHANGES
17+
18+
*
19+
20+
# [4.11.3](https://github.com/hyperledger/web3j-unit/releases/tag/v4.11.3) (2024-05-01)
721

822
### Bug Fixes
923

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ You can find an example using docker-compose [here](https://github.com/web3j/web
2424
maven { url "https://dl.cloudsmith.io/public/consensys/quorum-mainnet-launcher/maven/" }
2525
}
2626
27-
implementation "org.web3j:core:4.10.1"
28-
testCompile "org.web3j:web3j-unit:4.10.1"
27+
implementation "org.web3j:core:4.11.3"
28+
testCompile "org.web3j:web3j-unit:4.11.3"
2929
```
3030

3131
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)`
@@ -85,8 +85,8 @@ class GreeterTest {
8585
jcenter()
8686
}
8787
88-
implementation "org.web3j:core:4.10.1"
89-
testCompile "org.web3j:web3j-unit:4.10.1"
88+
implementation "org.web3j:core:4.11.3"
89+
testCompile "org.web3j:web3j-unit:4.11.3"
9090
```
9191

9292
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.11.3-SNAPSHOT
3+
version=4.11.4-SNAPSHOT

0 commit comments

Comments
 (0)