Skip to content

Commit

Permalink
Bump com.charleskorn.kaml:kaml from 0.59.0 to 0.60.0
Browse files Browse the repository at this point in the history
Bumps [com.charleskorn.kaml:kaml](https://github.com/charleskorn/kaml) from 0.59.0 to 0.60.0.
- [Release notes](https://github.com/charleskorn/kaml/releases)
- [Commits](charleskorn/kaml@0.59.0...0.60.0)

---
updated-dependencies:
- dependency-name: com.charleskorn.kaml:kaml
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jul 1, 2024
1 parent 5baf018 commit def53b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oslonokkelen-keychain-push-cli/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies {
implementation("org.slf4j:slf4j-nop:$slf4jVersion")
implementation("io.ktor:ktor-client-cio:2.3.12")

implementation("com.charleskorn.kaml:kaml:0.59.0")
implementation("com.charleskorn.kaml:kaml:0.60.0")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-core:1.7.1")

testImplementation("org.slf4j:slf4j-simple:$slf4jVersion")
Expand Down

0 comments on commit def53b2

Please sign in to comment.