Skip to content

Commit 778c5c6

Browse files
feat(deps): update dependencies com.fasterxml.jackson.module:jackson-module-kotlin from v2.19.2 to v2.20.0 (#1310)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Mohammad Noor Abu Khleif <moh.noor94@gmail.com>
1 parent ebfc5fc commit 778c5c6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

expediagroup-sdk-core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies {
3838

3939
testImplementation(platform('com.fasterxml.jackson:jackson-bom:2.19.2'))
4040
testImplementation 'com.fasterxml.jackson.core:jackson-databind'
41-
testImplementation 'com.fasterxml.jackson.module:jackson-module-kotlin:2.19.2'
41+
testImplementation 'com.fasterxml.jackson.module:jackson-module-kotlin:2.20.0'
4242
}
4343

4444
test {

expediagroup-sdk-rest/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies {
3838

3939
testImplementation(platform('com.fasterxml.jackson:jackson-bom:2.19.2'))
4040
testImplementation 'com.fasterxml.jackson.core:jackson-databind'
41-
testImplementation 'com.fasterxml.jackson.module:jackson-module-kotlin:2.19.2'
41+
testImplementation 'com.fasterxml.jackson.module:jackson-module-kotlin:2.20.0'
4242
}
4343

4444
test {

0 commit comments

Comments
 (0)