From 2b6c77c4b94ebfc8437de4b9c6ef50f889ecf5af Mon Sep 17 00:00:00 2001 From: "pactflow-renovate-bot[bot]" <186667433+pactflow-renovate-bot[bot]@users.noreply.github.com> Date: Tue, 30 Dec 2025 00:16:19 +0000 Subject: [PATCH] fix(deps): update dependency io.github.microutils:kotlin-logging to v3 Ref: PACT-445 --- petstore-provider/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/petstore-provider/build.gradle b/petstore-provider/build.gradle index 287f61c..56a67ea 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.1'