Skip to content

Commit 4b03d3b

Browse files
chore(gradle): bump io.github.oshai:kotlin-logging-jvm in /mock-api
Bumps [io.github.oshai:kotlin-logging-jvm](https://github.com/oshai/kotlin-logging) from 7.0.3 to 7.0.4. - [Release notes](https://github.com/oshai/kotlin-logging/releases) - [Changelog](https://github.com/oshai/kotlin-logging/blob/master/ChangeLog-old.md) - [Commits](oshai/kotlin-logging@7.0.3...7.0.4) --- updated-dependencies: - dependency-name: io.github.oshai:kotlin-logging-jvm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c4c9642 commit 4b03d3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mock-api/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies {
1414
implementation("org.http4k:http4k-client-apache")
1515

1616
implementation("org.wiremock:wiremock:3.11.0")
17-
implementation("io.github.oshai:kotlin-logging-jvm:7.0.3")
17+
implementation("io.github.oshai:kotlin-logging-jvm:7.0.4")
1818
implementation("org.slf4j:slf4j-simple:2.0.16")
1919
}
2020

0 commit comments

Comments
 (0)