File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55``` kotlin
66dependencies {
7- implementation(" io.github.Yaklede:empty-object-generator:0.2.2 " )
7+ implementation(" io.github.Yaklede:empty-object-generator:0.2.3 " )
88}
99```
1010
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ repositories {
2424}
2525
2626dependencies {
27- implementation(" org.jetbrains.kotlin:kotlin-reflect" )
27+ implementation(" org.jetbrains.kotlin:kotlin-reflect:1.9.20 " )
2828 implementation(" org.junit.jupiter:junit-jupiter-api:5.7.2" )
2929 testImplementation(" org.junit.jupiter:junit-jupiter-engine:5.7.2" )
3030 testImplementation(" org.assertj:assertj-core:3.22.0" )
Original file line number Diff line number Diff line change 11ext {
22 PUBLISH_GROUP_ID = ' io.github.Yaklede'
3- PUBLISH_VERSION = ' 0.2.2 '
3+ PUBLISH_VERSION = ' 0.2.3 '
44 PUBLISH_ARTIFACT_ID = ' empty-object-generator'
55 PUBLISH_DESCRIPTION = ' Empty Object Auto Generator Library'
66 PUBLISH_URL = ' https://github.com/Yaklede/EmptyObjectGenerator'
You can’t perform that action at this time.
0 commit comments