Skip to content

Commit a189dd6

Browse files
fix(deps): update dependency com.fasterxml.jackson.module:jackson-module-kotlin to v2.20.1
Ref: PACT-445
1 parent 9483b7c commit a189dd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

petstore-provider/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repositories {
1616
dependencies {
1717
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8'
1818
implementation 'org.springframework.boot:spring-boot-starter-web'
19-
implementation 'com.fasterxml.jackson.module:jackson-module-kotlin:2.20.0'
19+
implementation 'com.fasterxml.jackson.module:jackson-module-kotlin:2.20.1'
2020
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.20.1'
2121
implementation 'org.springdoc:springdoc-openapi-ui:1.8.0'
2222
implementation 'com.github.salomonbrys.kotson:kotson:2.5.0'

0 commit comments

Comments
 (0)