Skip to content

Commit 164fb8b

Browse files
Bump com.fasterxml.jackson.module:jackson-module-kotlin
Bumps [com.fasterxml.jackson.module:jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin) from 2.18.3 to 2.19.0. - [Commits](FasterXML/jackson-module-kotlin@jackson-module-kotlin-2.18.3...jackson-module-kotlin-2.19.0) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.module:jackson-module-kotlin dependency-version: 2.19.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f83d65e commit 164fb8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kotlin-wot/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
dependencies {
22
//implementation("org.jetbrains.kotlin:kotlin-reflect:2.0.20")
33
api("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0")
4-
api("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.3")
4+
api("com.fasterxml.jackson.module:jackson-module-kotlin:2.19.0")
55
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.18.3")
66

77
// Tracing

0 commit comments

Comments
 (0)