Skip to content

Commit 6c61db6

Browse files
fix(deps): update dependency io.github.microutils:kotlin-logging to v3
Ref: PACT-445
1 parent 7e59192 commit 6c61db6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

petstore-provider/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies {
2020
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.20.0'
2121
implementation 'org.springdoc:springdoc-openapi-ui:1.8.0'
2222
implementation 'com.github.salomonbrys.kotson:kotson:2.5.0'
23-
implementation 'io.github.microutils:kotlin-logging:1.12.5'
23+
implementation 'io.github.microutils:kotlin-logging:3.0.5'
2424

2525
testCompile 'org.springframework.boot:spring-boot-starter-test'
2626
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4'

0 commit comments

Comments
 (0)