Skip to content

Commit e01595b

Browse files
authored
Merge pull request #97 from LFDT-web3j/bump_5.0.2
Bump 5.0.2
2 parents 57a59a7 + cd9beee commit e01595b

4 files changed

Lines changed: 20 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,22 @@
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-
# [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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

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

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ description 'Web3j-unit extension'
1515

1616

1717
ext {
18-
web3jVersion = '5.0.1'
18+
web3jVersion = version
1919
kotlinLoggingVersion = '3.0.5'
2020
logbackVersion = '1.5.6'
2121
mockitoKotlinVersion = '1.9.24'

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.14.1-SNAPSHOT
3+
version=5.0.2-SNAPSHOT

0 commit comments

Comments
 (0)