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 7e59192 commit 6c61db6Copy full SHA for 6c61db6
petstore-provider/build.gradle
@@ -20,7 +20,7 @@ dependencies {
20
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.20.0'
21
implementation 'org.springdoc:springdoc-openapi-ui:1.8.0'
22
implementation 'com.github.salomonbrys.kotson:kotson:2.5.0'
23
- implementation 'io.github.microutils:kotlin-logging:1.12.5'
+ implementation 'io.github.microutils:kotlin-logging:3.0.5'
24
25
testCompile 'org.springframework.boot:spring-boot-starter-test'
26
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4'
0 commit comments