Skip to content

Commit 865eb20

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.0 to 2.18.2. - [Commits](FasterXML/jackson-module-kotlin@jackson-module-kotlin-2.18.0...jackson-module-kotlin-2.18.2) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.module:jackson-module-kotlin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0a2f803 commit 865eb20

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.0")
4+
api("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.2")
55
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310")
66
implementation("org.slf4j:slf4j-api:2.0.16")
77
testImplementation("net.javacrumbs.json-unit:json-unit-assertj:3.4.1")

0 commit comments

Comments
 (0)