Skip to content

Commit 0c0eb1c

Browse files
authored
Merge pull request #91 from hyperledger-web3j/bump_4.13.1_snapshot
Bump 4.13.1 snapshot
2 parents 0ed7ccc + b3aec4b commit 0c0eb1c

File tree

3 files changed

+20
-6
lines changed

3 files changed

+20
-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.4]() (Upcoming)
6+
# [4.13.1]() (Upcoming)
7+
8+
### Bug Fixes
9+
10+
*
11+
12+
### Features
13+
14+
* bump snapshot version to 4.13.1 [#91](https://github.com/hyperledger-web3j/web3j-unit/pull/91)
15+
16+
### BREAKING CHANGES
17+
18+
*
19+
20+
# [4.13.0](https://github.com/hyperledger-web3j/web3j-unit/releases/tag/v4.13.0) (2025-03-07)
721

822
### Bug Fixes
923

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ You can find an example using docker-compose [here](https://github.com/web3j/web
2323
maven { url "https://dl.cloudsmith.io/public/consensys/quorum-mainnet-launcher/maven/" }
2424
}
2525
26-
implementation "org.web3j:core:4.12.2"
27-
testCompile "org.web3j:web3j-unit:4.12.2"
26+
implementation "org.web3j:core:4.13.0"
27+
testCompile "org.web3j:web3j-unit:4.13.0"
2828
```
2929

3030
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)`
@@ -83,8 +83,8 @@ class GreeterTest {
8383
mavenCentral()
8484
}
8585
86-
implementation "org.web3j:core:4.12.2"
87-
testCompile "org.web3j:web3j-unit:4.12.2"
86+
implementation "org.web3j:core:4.13.0"
87+
testCompile "org.web3j:web3j-unit:4.13.0"
8888
```
8989

9090
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.4-SNAPSHOT
3+
version=4.13.1-SNAPSHOT

0 commit comments

Comments
 (0)