Skip to content

Commit 0f041ca

Browse files
fix(deps): update dependencies com.fasterxml.jackson.module:jackson-module-kotlin from v2.19.1 to v2.19.2
1 parent 56c04b5 commit 0f041ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

expediagroup-sdk-core/build.gradle

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

3838
testImplementation(platform('com.fasterxml.jackson:jackson-bom:2.19.1'))
3939
testImplementation 'com.fasterxml.jackson.core:jackson-databind'
40-
testImplementation 'com.fasterxml.jackson.module:jackson-module-kotlin:2.19.1'
40+
testImplementation 'com.fasterxml.jackson.module:jackson-module-kotlin:2.19.2'
4141
}
4242

4343
test {

expediagroup-sdk-rest/build.gradle

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

3838
testImplementation(platform('com.fasterxml.jackson:jackson-bom:2.19.1'))
3939
testImplementation 'com.fasterxml.jackson.core:jackson-databind'
40-
testImplementation 'com.fasterxml.jackson.module:jackson-module-kotlin:2.19.1'
40+
testImplementation 'com.fasterxml.jackson.module:jackson-module-kotlin:2.19.2'
4141
}
4242

4343
test {

0 commit comments

Comments
 (0)