Skip to content

Commit 4e9cb54

Browse files
fix: bump io.github.oshai:kotlin-logging-jvm from 7.0.3 to 7.0.4
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] <[email protected]>
1 parent 000023a commit 4e9cb54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ val prometheusVersion = "0.16.0"
1616
val junitJupiterVersion = "5.11.4"
1717
val verapdfVersion = "1.26.1"
1818
val ktfmtVersion = "0.44"
19-
val kotlinloggerVersion = "7.0.3"
19+
val kotlinloggerVersion = "7.0.4"
2020
val commonsIoVersion = "2.18.0"
2121
val javaVersion = JvmTarget.JVM_21
2222

0 commit comments

Comments
 (0)