File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
- # [ 4.11.4 ] ( ) (Upcoming)
6
+ # [ 4.12.0 ] ( ) (Upcoming)
7
7
8
8
### Bug Fixes
9
9
@@ -15,7 +15,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
15
15
16
16
### BREAKING CHANGES
17
17
18
- *
18
+ * Upgrade gradle to 8.7 and remove Consensys Repo dependency [ # 2057 ] ( https://github.com/hyperledger/web3j/pull/2057 )
19
19
20
20
# [ 4.11.3] ( https://github.com/hyperledger/web3j/releases/tag/v4.11.3 ) (2024-05-01)
21
21
Original file line number Diff line number Diff line change 1
1
group =org.web3j
2
- version =4.11.4 -SNAPSHOT
2
+ version =4.12.0 -SNAPSHOT
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ jacocoTestReport {
15
15
dependsOn test
16
16
reports {
17
17
xml. required. set(true )
18
- html. required. set(true )
19
- csv. required. set(true )
18
+ html. required. set(false )
19
+ csv. required. set(false )
20
20
xml. destination file(" ${ buildDir} /reports/jacoco.xml" )
21
21
}
22
22
}
@@ -29,6 +29,6 @@ sonarqube {
29
29
}
30
30
31
31
jacoco {
32
- toolVersion = " 0.8.8 "
32
+ toolVersion = " 0.8.10 "
33
33
}
34
34
You can’t perform that action at this time.
0 commit comments