Skip to content

Commit

Permalink
Bump com.charleskorn.kaml:kaml from 0.60.0 to 0.61.0 in the all group (
Browse files Browse the repository at this point in the history
…#936)

Bumps the all group with 1 update: [com.charleskorn.kaml:kaml](https://github.com/charleskorn/kaml).


Updates `com.charleskorn.kaml:kaml` from 0.60.0 to 0.61.0
- [Release notes](https://github.com/charleskorn/kaml/releases)
- [Commits](charleskorn/kaml@0.60.0...0.61.0)

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

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 Jul 29, 2024
1 parent 3b3d036 commit 1c54f08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-backend/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.8.1")

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

implementation("org.flywaydb:flyway-database-postgresql:10.16.0")
implementation("org.jooq:jooq:3.19.10")
Expand Down

0 comments on commit 1c54f08

Please sign in to comment.