File tree Expand file tree Collapse file tree 3 files changed +17
-3
lines changed
Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ 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
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ repositories {
4747}
4848
4949dependencies {
50- implementation " org.web3j:web3j-gradle-plugin:4.12.2 "
50+ implementation " org.web3j:web3j-gradle-plugin:$w eb3jVersion "
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 "
Original file line number Diff line number Diff line change 11group =org.web3j.openapi
2- version =4.12.3-SNAPSHOT
2+ version =4.12.3
33kotlin.code.style =official
44kotlin.caching.enabled =true
55kotlin.incremental =true
You can’t perform that action at this time.
0 commit comments