File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6- # [ 5.0.1] ( ) (Upcoming)
6+ # [ 5.0.2] ( ) (Upcoming)
7+
8+ ### Bug Fixes
9+
10+ *
11+
12+ ### Features
13+
14+ *
15+
16+ ### BREAKING CHANGES
17+
18+ *
19+
20+
21+ # [ 5.0.1] ( https://github.com/hyperledger-web3j/web3j-unit/releases/tag/v5.0.1 ) (2026-01-16)
722
823### Bug Fixes
924
Original file line number Diff line number Diff line change @@ -83,8 +83,8 @@ class GreeterTest {
8383 mavenCentral()
8484 }
8585
86- implementation "org.web3j:core:4.14.0 "
87- testCompile "org.web3j:web3j-unit:4.14.0 "
86+ implementation "org.web3j:core:5.0.1 "
87+ testCompile "org.web3j:web3j-unit:5.0.1 "
8888```
8989
90902 . Create a new test with the ` @EVMComposeTest ` annotation.
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ description 'Web3j-unit extension'
1515
1616
1717ext {
18- web3jVersion = ' 5.0.1 '
18+ web3jVersion = version
1919 kotlinLoggingVersion = ' 3.0.5'
2020 logbackVersion = ' 1.5.6'
2121 mockitoKotlinVersion = ' 1.9.24'
Original file line number Diff line number Diff line change 11kotlin.code.style =official
22group =org.web3j
3- version =4.14.1 -SNAPSHOT
3+ version =5.0.2 -SNAPSHOT
You can’t perform that action at this time.
0 commit comments