File tree Expand file tree Collapse file tree
src/test/kotlin/io/github/projectmapk/jackson/module/kogera/zPorted/test/github Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ val jacksonVersion = libs.versions.jackson.get()
1818val generatedSrcPath = " ${layout.buildDirectory.get()} /generated/kotlin"
1919
2020group = groupStr
21- version = " ${jacksonVersion} -beta33 "
21+ version = " ${jacksonVersion} -beta34 "
2222
2323repositories {
2424 mavenCentral()
Original file line number Diff line number Diff line change 11[versions ]
22kotlin = " 2.1.21" # Mainly for CI, it can be rewritten by environment variable.
3- jackson = " 2.20.2 "
3+ jackson = " 2.21.0 "
44
55# test libs
66junit = " 5.14.3"
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import org.junit.jupiter.api.Assertions.assertEquals
1010import org.junit.jupiter.api.Test
1111
1212private class Github722 {
13- data class FailingDto @JsonCreator constructor (
13+ data class FailingDto (
1414 @JacksonInject(" foo" )
1515 @JsonProperty(" foo" )
1616 val foo : Int = 100 ,
You can’t perform that action at this time.
0 commit comments