Skip to content

Commit 9a3504f

Browse files
committed
update to 4.12.0-SNAPSHOT
Signed-off-by: Nischal Sharma <[email protected]>
1 parent 6da5b0b commit 9a3504f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

+2-2
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.11.4]() (Upcoming)
6+
# [4.12.0]() (Upcoming)
77

88
### Bug Fixes
99

@@ -15,7 +15,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1515

1616
### BREAKING CHANGES
1717

18-
*
18+
* Upgrade gradle to 8.7 and remove Consensys Repo dependency [#81](https://github.com/hyperledger/web3j-unit/pull/81)
1919

2020
# [4.11.3](https://github.com/hyperledger/web3j-unit/releases/tag/v4.11.3) (2024-05-01)
2121

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

gradle/junit/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ext {
2-
junitVersion = '5.5.2'
2+
junitVersion = '5.9.3'
33
}
44

55
dependencies {

0 commit comments

Comments
 (0)