Skip to content

Commit 5fce0c4

Browse files
authored
Merge pull request #97 from hyperledger-web3j/bump_4.12.3
release 4.13.0
2 parents 205b3b4 + 80adbaf commit 5fce0c4

File tree

3 files changed

+21
-4
lines changed

3 files changed

+21
-4
lines changed

CHANGELOG.md

+16-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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.12.4]() (Upcoming)
6+
# [4.13.1]() (Upcoming)
77

88
### Bug Fixes
99

@@ -13,6 +13,21 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1313

1414
*
1515

16+
### BREAKING CHANGES
17+
18+
*
19+
20+
# [4.13.0](https://github.com/hyperledger-web3j/web3j-gradle-plugin/releases/tag/v4.13.0) (2024-03-07)
21+
22+
### Bug Fixes
23+
24+
*
25+
26+
### Features
27+
28+
* Upgrade to Web3j 4.13.0 and release web3j gradle plugin 4.13.0 [#97](https://github.com/hyperledger-web3j/web3j-gradle-plugin/pull/97)
29+
30+
1631
### BREAKING CHANGES
1732

1833
*

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group=org.web3j
2-
version=4.12.3
2+
version=4.13.0
33
org.gradle.caching=true
44
org.gradle.parallel=true
55
solidityPluginVersion=0.5.2

gradle/java/build.gradle

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
apply plugin: 'java'
22

3-
sourceCompatibility = 17
4-
targetCompatibility = 17
3+
java {
4+
sourceCompatibility = 17
5+
targetCompatibility = 17
6+
}
57

68
compileJava {
79
options.compilerArgs << "-Xlint:unchecked" << "-Xlint:deprecation"

0 commit comments

Comments
 (0)