Skip to content

Commit 0eee4dd

Browse files
authored
Merge pull request #373 from ProjectMapK/develop
Release 2025-07-26 13:16:21 +0000
2 parents af34b2b + 694c670 commit 0eee4dd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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}-beta26"
21+
version = "${jacksonVersion}-beta27"
2222

2323
repositories {
2424
mavenCentral()

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[versions]
22
kotlin = "2.0.21" # Mainly for CI, it can be rewritten by environment variable.
3-
jackson = "2.19.1"
3+
jackson = "2.19.2"
44

55
# test libs
6-
junit = "5.13.2"
6+
junit = "5.13.4"
77

88
[libraries]
99
kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib" }
@@ -14,7 +14,7 @@ jackson-annotations = { module = "com.fasterxml.jackson.core:jackson-annotations
1414
# test libs
1515
kotlin-reflect = { module = "org.jetbrains.kotlin:kotlin-reflect" }
1616
junit-bom = { module = "org.junit:junit-bom", version.ref = "junit" }
17-
mockk = "io.mockk:mockk:1.14.4"
17+
mockk = "io.mockk:mockk:1.14.5"
1818
jackson-xml = { module = "com.fasterxml.jackson.dataformat:jackson-dataformat-xml", version.ref = "jackson" }
1919
jackson-csv = { module = "com.fasterxml.jackson.dataformat:jackson-dataformat-csv", version.ref = "jackson" }
2020
jackson-jsr310 = { module = "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", version.ref = "jackson" }

0 commit comments

Comments
 (0)