Skip to content

Commit fb9202d

Browse files
authored
Merge pull request #416 from ProjectMapK/develop
Release 2026-02-22 08:45:54 +0000
2 parents 91a7090 + ef5b356 commit fb9202d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ val jacksonVersion = libs.versions.jackson.get()
1818
val generatedSrcPath = "${layout.buildDirectory.get()}/generated/kotlin"
1919

2020
group = groupStr
21-
version = "${jacksonVersion}-beta33"
21+
version = "${jacksonVersion}-beta34"
2222

2323
repositories {
2424
mavenCentral()

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22
kotlin = "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
66
junit = "5.14.3"

src/test/kotlin/io/github/projectmapk/jackson/module/kogera/zPorted/test/github/Github722.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import org.junit.jupiter.api.Assertions.assertEquals
1010
import org.junit.jupiter.api.Test
1111

1212
private class Github722 {
13-
data class FailingDto @JsonCreator constructor(
13+
data class FailingDto(
1414
@JacksonInject("foo")
1515
@JsonProperty("foo")
1616
val foo: Int = 100,

0 commit comments

Comments
 (0)