Skip to content

Commit

Permalink
Bump the all group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the all group with 3 updates: [org.commonmark:commonmark](https://github.com/commonmark/commonmark-java), [org.commonmark:commonmark-ext-gfm-tables](https://github.com/commonmark/commonmark-java) and [org.jetbrains.kotlinx:kotlinx-serialization-hocon](https://github.com/Kotlin/kotlinx.serialization).


Updates `org.commonmark:commonmark` from 0.22.0 to 0.23.0
- [Release notes](https://github.com/commonmark/commonmark-java/releases)
- [Changelog](https://github.com/commonmark/commonmark-java/blob/main/CHANGELOG.md)
- [Commits](commonmark/commonmark-java@commonmark-parent-0.22.0...commonmark-parent-0.23.0)

Updates `org.commonmark:commonmark-ext-gfm-tables` from 0.22.0 to 0.23.0
- [Release notes](https://github.com/commonmark/commonmark-java/releases)
- [Changelog](https://github.com/commonmark/commonmark-java/blob/main/CHANGELOG.md)
- [Commits](commonmark/commonmark-java@commonmark-parent-0.22.0...commonmark-parent-0.23.0)

Updates `org.jetbrains.kotlinx:kotlinx-serialization-hocon` from 1.7.2 to 1.7.3
- [Release notes](https://github.com/Kotlin/kotlinx.serialization/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.serialization/blob/master/CHANGELOG.md)
- [Commits](Kotlin/kotlinx.serialization@v1.7.2...v1.7.3)

---
updated-dependencies:
- dependency-name: org.commonmark:commonmark
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: org.commonmark:commonmark-ext-gfm-tables
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: org.jetbrains.kotlinx:kotlinx-serialization-hocon
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 23, 2024
1 parent 937b19a commit e9d1b42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app-backend/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies {
implementation(kotlin("reflect"))
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.9.0")

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

implementation("org.flywaydb:flyway-database-postgresql:10.18.0")
Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ dependencies {
implementation(kotlin("scripting-jvm"))
implementation(kotlin("scripting-jvm-host"))

implementation("org.commonmark:commonmark:0.22.0")
implementation("org.commonmark:commonmark-ext-gfm-tables:0.22.0")
implementation("org.commonmark:commonmark:0.23.0")
implementation("org.commonmark:commonmark-ext-gfm-tables:0.23.0")

implementation("io.ktor:ktor-client-apache:2.3.12")
implementation("io.ktor:ktor-client-jackson:2.3.12")
Expand Down

0 comments on commit e9d1b42

Please sign in to comment.