Skip to content

Commit

Permalink
build(deps): bump com.charleskorn.kaml:kaml from 0.66.0 to 0.67.0
Browse files Browse the repository at this point in the history
Bumps [com.charleskorn.kaml:kaml](https://github.com/charleskorn/kaml) from 0.66.0 to 0.67.0.
- [Release notes](https://github.com/charleskorn/kaml/releases)
- [Changelog](https://github.com/charleskorn/kaml/blob/main/.releaserc.yml)
- [Commits](charleskorn/kaml@0.66.0...0.67.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] authored Dec 23, 2024
1 parent 37e37d7 commit 10f8055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernelf-apigen/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
}
dependencies {
classpath(libs.modelix.model.api)
classpath("com.charleskorn.kaml:kaml:0.66.0")
classpath("com.charleskorn.kaml:kaml:0.67.0")
}
}

Expand Down

0 comments on commit 10f8055

Please sign in to comment.