File tree Expand file tree Collapse file tree 8 files changed +30
-14
lines changed
src/main/resources/project Expand file tree Collapse file tree 8 files changed +30
-14
lines changed 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- # [ 1.6.3] ( ) (Upcoming)
6+ # [ 1.6.4] ( ) (Upcoming)
7+
8+ ### Bug Fixes
9+
10+ *
11+
12+ ### Features
13+
14+ *
15+
16+ ### BREAKING CHANGES
17+
18+ *
19+
20+
21+ # [ 1.6.3] ( https://github.com/hyperledger-web3j/web3j-cli/releases/tag/v1.6.3 ) (2025-02-10)
722
823### Bug Fixes
924
@@ -13,12 +28,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1328
1429* Updated web3j to 4.12.2 and removed Epirus [ #116 ] ( https://github.com/hyperledger/web3j-cli/pull/116 )
1530* Updated web3j to 4.12.3 [ #119 ] ( https://github.com/hyperledger/web3j-cli/pull/119 )
31+ * Updated web3j to 4.13.0 [ #119 ] ( https://github.com/hyperledger/web3j-cli/pull/120 )
1632
1733### BREAKING CHANGES
1834
1935*
2036
21- # [ 1.6.2] ( ) (2024-12-27)
37+ # [ 1.6.2] ( https://github.com/hyperledger-web3j/web3j-cli/releases/tag/v1.6.2 ) (2024-12-27)
2238
2339### Bug Fixes
2440
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ mainClassName = 'org.web3j.console.Web3j'
1818applicationName = ' web3j'
1919
2020ext {
21- web3jVersion = ' 4.12.3 '
21+ web3jVersion = ' 4.13.0 '
2222 picocli = ' 4.7.6'
2323 slf4jVersion = ' 2.0.13'
2424 junitVersion = ' 5.9.3'
Original file line number Diff line number Diff line change 1- version =1.6.2
1+ version =1.6.3
22group =org.web3j.console
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ plugins {
33 id 'org.jetbrains.kotlin.jvm' version '1.9.24'
44 id 'application'
55 id "com.github.johnrengelman.shadow" version "8.1.1"
6- id 'org.web3j' version '4.12.3 '
6+ id 'org.web3j' version '4.13.0 '
77}
88
99
3030}
3131
3232ext {
33- web3jVersion = '4.12.3 '
33+ web3jVersion = '4.13.0 '
3434 logbackVersion = '1.5.6'
3535 klaxonVersion = '5.6'
3636 besuPluginVersion = '24.1.1'
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ plugins {
33 id 'org.jetbrains.kotlin.jvm' version '1.9.24'
44 id 'application'
55 id "com.github.johnrengelman.shadow" version "8.1.1"
6- id 'org.web3j' version '4.12.3 '
6+ id 'org.web3j' version '4.13.0 '
77}
88
99
3333 besuPluginVersion = '24.1.1'
3434 besuInternalVersion = '24.1.1'
3535 besuInternalCryptoVersion = '23.1.3'
36- web3jVersion = '4.12.3 '
36+ web3jVersion = '4.13.0 '
3737 logbackVersion = '1.5.6'
3838 klaxonVersion = '5.6'
3939 besuCryptoDepVersion = '0.8.3'
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ plugins {
33 id 'org.jetbrains.kotlin.jvm' version '1.9.24'
44 id 'application'
55 id "com.github.johnrengelman.shadow" version "8.1.1"
6- id 'org.web3j' version '4.12.3 '
6+ id 'org.web3j' version '4.13.0 '
77}
88
99group '<package_name>'
2929}
3030
3131ext {
32- web3jVersion = '4.12.3 '
32+ web3jVersion = '4.13.0 '
3333 logbackVersion = '1.5.6'
3434 klaxonVersion = '5.6'
3535 besuPluginVersion = '24.1.1'
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ plugins {
33 id 'org.jetbrains.kotlin.jvm' version '1.9.24'
44 id 'application'
55 id "com.github.johnrengelman.shadow" version "8.1.1"
6- id 'org.web3j' version '4.12.3 '
6+ id 'org.web3j' version '4.13.0 '
77}
88
99group '<package_name>'
2929}
3030
3131ext {
32- web3jVersion = '4.12.3 '
32+ web3jVersion = '4.13.0 '
3333 logbackVersion = '1.5.6'
3434 klaxonVersion = '5.6'
3535 besuPluginVersion = '24.1.1'
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ plugins {
33 id 'org.jetbrains.kotlin.jvm' version '1.9.24'
44 id 'application'
55 id "com.github.johnrengelman.shadow" version "8.1.1"
6- id 'org.web3j' version '4.12.3 '
6+ id 'org.web3j' version '4.13.0 '
77}
88
99group '<package_name>'
3030}
3131
3232ext {
33- web3jVersion = '4.12.3 '
33+ web3jVersion = '4.13.0 '
3434 logbackVersion = '1.5.6'
3535 klaxonVersion = '5.6'
3636}
You can’t perform that action at this time.
0 commit comments