diff --git a/petstore-provider/build.gradle b/petstore-provider/build.gradle index 3fbd59e..d79852d 100644 --- a/petstore-provider/build.gradle +++ b/petstore-provider/build.gradle @@ -20,7 +20,7 @@ dependencies { implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.20.1' implementation 'org.springdoc:springdoc-openapi-ui:1.8.0' implementation 'com.github.salomonbrys.kotson:kotson:2.5.0' - implementation 'io.github.microutils:kotlin-logging:1.12.5' + implementation 'io.github.microutils:kotlin-logging:3.0.5' testCompile 'org.springframework.boot:spring-boot-starter-test' testImplementation 'org.junit.jupiter:junit-jupiter:5.14.0'