Skip to content

Commit e66bc2a

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 a61bd46 commit e66bc2a

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,6 +1,6 @@
11
dependencies {
22
api("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2")
3-
api("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.3")
3+
api("com.fasterxml.jackson.module:jackson-module-kotlin:2.19.0")
44
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.18.3")
55

66
// Tracing

0 commit comments

Comments
 (0)