Skip to content

Commit 4918703

Browse files
fix(deps): update dependency com.fasterxml.jackson.module:jackson-module-kotlin to v2.18.3
1 parent d478738 commit 4918703

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

petstore-provider/build.gradle

+1-1
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.9.9'
19+
implementation 'com.fasterxml.jackson.module:jackson-module-kotlin:2.18.3'
2020
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.9.9'
2121
implementation 'org.springdoc:springdoc-openapi-ui:1.1.25'
2222
implementation 'com.github.salomonbrys.kotson:kotson:2.5.0'

0 commit comments

Comments
 (0)