Skip to content

Commit 63b5c7d

Browse files
authored
Merge pull request #120 from hyperledger-web3j/release/1.6.3
release 1.6.3
2 parents 40b0ba2 + ea22bfc commit 63b5c7d

File tree

8 files changed

+30
-14
lines changed

8 files changed

+30
-14
lines changed

CHANGELOG.md

Lines changed: 18 additions & 2 deletions
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-
# [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

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ mainClassName = 'org.web3j.console.Web3j'
1818
applicationName = 'web3j'
1919

2020
ext {
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'

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version=1.6.2
1+
version=1.6.3
22
group=org.web3j.console

src/main/resources/project/build.gradle.template

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

@@ -30,7 +30,7 @@ node {
3030
}
3131

3232
ext {
33-
web3jVersion = '4.12.3'
33+
web3jVersion = '4.13.0'
3434
logbackVersion = '1.5.6'
3535
klaxonVersion = '5.6'
3636
besuPluginVersion = '24.1.1'

src/main/resources/project/build.gradleImport.template

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

@@ -33,7 +33,7 @@ ext {
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'

src/main/resources/project/erc20/build.gradleErc20.template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
group '<package_name>'
@@ -29,7 +29,7 @@ node {
2929
}
3030

3131
ext {
32-
web3jVersion = '4.12.3'
32+
web3jVersion = '4.13.0'
3333
logbackVersion = '1.5.6'
3434
klaxonVersion = '5.6'
3535
besuPluginVersion = '24.1.1'

src/main/resources/project/erc721/build.gradleErc721.template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
group '<package_name>'
@@ -29,7 +29,7 @@ node {
2929
}
3030

3131
ext {
32-
web3jVersion = '4.12.3'
32+
web3jVersion = '4.13.0'
3333
logbackVersion = '1.5.6'
3434
klaxonVersion = '5.6'
3535
besuPluginVersion = '24.1.1'

src/main/resources/project/erc777/build.gradleErc777.template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
group '<package_name>'
@@ -30,7 +30,7 @@ node {
3030
}
3131

3232
ext {
33-
web3jVersion = '4.12.3'
33+
web3jVersion = '4.13.0'
3434
logbackVersion = '1.5.6'
3535
klaxonVersion = '5.6'
3636
}

0 commit comments

Comments
 (0)