We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d478738 commit 4918703Copy full SHA for 4918703
petstore-provider/build.gradle
@@ -16,7 +16,7 @@ repositories {
16
dependencies {
17
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8'
18
implementation 'org.springframework.boot:spring-boot-starter-web'
19
- implementation 'com.fasterxml.jackson.module:jackson-module-kotlin:2.9.9'
+ implementation 'com.fasterxml.jackson.module:jackson-module-kotlin:2.18.3'
20
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.9.9'
21
implementation 'org.springdoc:springdoc-openapi-ui:1.1.25'
22
implementation 'com.github.salomonbrys.kotson:kotson:2.5.0'
0 commit comments