File tree 3 files changed +18
-5
lines changed
3 files changed +18
-5
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.14.0] ( ) (Upcoming)
6
+ # [ 4.14.1] ( ) (Upcoming)
7
+
8
+ ### Bug Fixes
9
+
10
+ *
11
+ ### Features
12
+
13
+ * bump snapshot version to 4.14.1 [ #2176 ] ( https://github.com/hyperledger-web3j/web3j/pull/2176 )
14
+
15
+ ### BREAKING CHANGES
16
+
17
+ *
18
+
19
+ # [ 4.14.0] ( https://github.com/LFDT-web3j/web3j/releases/tag/v4.14.0 ) (2025-04-09)
7
20
8
21
### Bug Fixes
9
22
Original file line number Diff line number Diff line change @@ -118,11 +118,11 @@ Java:
118
118
<dependency >
119
119
<groupId >org.web3j</groupId >
120
120
<artifactId >core</artifactId >
121
- <version >4.13 .0</version >
121
+ <version >4.14 .0</version >
122
122
</dependency >
123
123
```
124
124
125
- ** Note:** The Web3j Java binaries are compiled using Java 17 . Java 17 or a more recent version is required to use Web3j
125
+ ** Note:** The Web3j Java binaries are compiled using Java 21 . Java 21 or a more recent version is required to use Web3j
126
126
as a dependency.
127
127
128
128
Android:
@@ -141,7 +141,7 @@ Gradle
141
141
Java:
142
142
143
143
``` groovy
144
- implementation ('org.web3j:core:4.13 .0')
144
+ implementation ('org.web3j:core:4.14 .0')
145
145
```
146
146
147
147
Android:
Original file line number Diff line number Diff line change 1
1
group =org.web3j
2
- version =4.14.0
2
+ version =4.14.1-SNAPSHOT
You can’t perform that action at this time.
0 commit comments