Skip to content

Commit 3edbb85

Browse files
authored
Merge pull request #19 from hyperledger-web3j/bump_4.12.4
update chg
2 parents bee0c6b + 55bf2d5 commit 3edbb85

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,21 @@
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.3 (Upcoming)
6+
# 4.12.4 (Upcoming)
7+
8+
### BREAKING CHANGES
9+
10+
* NIL
11+
12+
### Bug Fixes
13+
14+
* NIL
15+
16+
### Features
17+
18+
* Release 4.12.3 and bump version to 4.12.4 [#18](https://github.com/web3j/web3j-openapi-gradle-plugin/pull/18)
19+
20+
# 4.12.3 (2024-12-27)
721

822
### BREAKING CHANGES
923

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ repositories {
4747
}
4848

4949
dependencies {
50-
implementation "org.web3j:web3j-gradle-plugin:4.12.2"
50+
implementation "org.web3j:web3j-gradle-plugin:$web3jVersion"
5151
implementation "org.jetbrains.kotlin:kotlin-reflect:$kotlinVersion"
5252
implementation "org.jetbrains.kotlin.multiplatform:org.jetbrains.kotlin.multiplatform.gradle.plugin:$kotlinVersion"
5353
implementation "gradle.plugin.org.hidetake:gradle-swagger-generator-plugin:$swaggerGenVersion"

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group=org.web3j.openapi
2-
version=4.12.3-SNAPSHOT
2+
version=4.12.3
33
kotlin.code.style=official
44
kotlin.caching.enabled=true
55
kotlin.incremental=true

0 commit comments

Comments
 (0)