Skip to content

Commit 3da56e5

Browse files
authored
Merge pull request #2177 from LFDT-web3j/bump-4.14.1-snapshot
Bump 4.14.1 snapshot
2 parents e13f7ed + 0a163e2 commit 3da56e5

File tree

3 files changed

+18
-5
lines changed

3 files changed

+18
-5
lines changed

CHANGELOG.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,20 @@
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.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)
720

821
### Bug Fixes
922

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -118,11 +118,11 @@ Java:
118118
<dependency>
119119
<groupId>org.web3j</groupId>
120120
<artifactId>core</artifactId>
121-
<version>4.13.0</version>
121+
<version>4.14.0</version>
122122
</dependency>
123123
```
124124

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
126126
as a dependency.
127127

128128
Android:
@@ -141,7 +141,7 @@ Gradle
141141
Java:
142142

143143
```groovy
144-
implementation ('org.web3j:core:4.13.0')
144+
implementation ('org.web3j:core:4.14.0')
145145
```
146146

147147
Android:

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
group=org.web3j
2-
version=4.13.1-SNAPSHOT
2+
version=4.14.1-SNAPSHOT

0 commit comments

Comments
 (0)