We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9483b7c commit a189dd6Copy full SHA for a189dd6
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.20.0'
+ implementation 'com.fasterxml.jackson.module:jackson-module-kotlin:2.20.1'
20
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.20.1'
21
implementation 'org.springdoc:springdoc-openapi-ui:1.8.0'
22
implementation 'com.github.salomonbrys.kotson:kotson:2.5.0'
0 commit comments