Skip to content

Commit

Permalink
Merge pull request #14 from modelix/dependabot/gradle/com.charleskorn…
Browse files Browse the repository at this point in the history
….kaml-kaml-0.55.0

Bump com.charleskorn.kaml:kaml from 0.48.0 to 0.55.0
  • Loading branch information
slisson authored Aug 8, 2023
2 parents 5cb02fd + c0bdb52 commit c8d7577
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 {
val modelixCoreVersion: String by rootProject
classpath("org.modelix:model-api:$modelixCoreVersion")
classpath("com.charleskorn.kaml:kaml:0.48.0")
classpath("com.charleskorn.kaml:kaml:0.55.0")
}
}

Expand Down

0 comments on commit c8d7577

Please sign in to comment.