Skip to content

Commit 91dbf25

Browse files
dependabot[bot]jreynard-code
authored andcommitted
Gradle: 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.17.2 to 2.18.3. - [Commits](FasterXML/jackson-module-kotlin@jackson-module-kotlin-2.17.2...jackson-module-kotlin-2.18.3) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.module:jackson-module-kotlin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b2d6c5d commit 91dbf25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ subprojects {
282282
implementation("io.undertow:undertow-core:2.3.16.Final")
283283
}
284284
}
285-
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.17.2")
285+
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.3")
286286
// https://mvnrepository.com/artifact/jakarta.validation/jakarta.validation-api
287287
implementation("jakarta.validation:jakarta.validation-api:$apiValidationVersion")
288288
implementation("io.kubernetes:client-java:${kubernetesClientVersion}")

0 commit comments

Comments
 (0)