Skip to content

Commit

Permalink
fix: bump io.github.oshai:kotlin-logging-jvm from 6.0.9 to 7.0.0 (#76)
Browse files Browse the repository at this point in the history
Bumps [io.github.oshai:kotlin-logging-jvm](https://github.com/oshai/kotlin-logging) from 6.0.9 to 7.0.0.
- [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@6.0.9...7.0.0)

---
updated-dependencies:
- dependency-name: io.github.oshai:kotlin-logging-jvm
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 17, 2024
1 parent 287db50 commit a49b6a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ val prometheusVersion = "0.16.0"
val junitJupiterVersion = "5.10.2"
val verapdfVersion = "1.26.1"
val ktfmtVersion = "0.44"
val kotlinloggerVersion = "6.0.9"
val kotlinloggerVersion = "7.0.0"
val kotestVersion = "5.9.1"
val javaVersion = JvmTarget.JVM_21

Expand Down

0 comments on commit a49b6a4

Please sign in to comment.