Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6499d45

Browse files
authoredDec 2, 2024··
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.0 to 7.0.3. - [Release notes](https://github.com/oshai/kotlin-logging/releases) - [Changelog](https://github.com/oshai/kotlin-logging/blob/master/ChangeLog-old.md) - [Commits](https://github.com/oshai/kotlin-logging/commits) --- 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 40282be commit 6499d45

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.9.2")
17-
implementation("io.github.oshai:kotlin-logging-jvm:7.0.0")
17+
implementation("io.github.oshai:kotlin-logging-jvm:7.0.3")
1818
implementation("org.slf4j:slf4j-simple:2.0.16")
1919
}
2020

0 commit comments

Comments
 (0)
Please sign in to comment.