Skip to content

Commit 0e9cf29

Browse files
feat(deps): update dependencies com.fasterxml.jackson:jackson-bom from v2.19.2 to v2.20.0 (#197)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Mohammad Noor Abu Khleif <[email protected]>
1 parent 81df4a0 commit 0e9cf29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xap-sdk/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ version = property("VERSION") as String
2222
dependencies {
2323
api("com.expediagroup:expediagroup-sdk-rest:1.0.0")
2424

25-
implementation(platform("com.fasterxml.jackson:jackson-bom:2.19.2"))
25+
implementation(platform("com.fasterxml.jackson:jackson-bom:2.20.0"))
2626
implementation("com.fasterxml.jackson.core:jackson-databind")
2727
implementation("com.fasterxml.jackson.module:jackson-module-kotlin")
2828
runtimeOnly("com.fasterxml.jackson.datatype:jackson-datatype-jsr310")

0 commit comments

Comments
 (0)