Skip to content

Commit

Permalink
chore(deps): bump the gradle-dependencies group across 1 directory wi…
Browse files Browse the repository at this point in the history
…th 2 updates

Bumps the gradle-dependencies group with 2 updates in the / directory: [org.jetbrains.kotlinx:kotlinx-serialization-json](https://github.com/Kotlin/kotlinx.serialization) and [com.github.ajalt.mordant:mordant](https://github.com/ajalt/mordant).


Updates `org.jetbrains.kotlinx:kotlinx-serialization-json` from 1.7.0 to 1.7.1
- [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.0...v1.7.1)

Updates `com.github.ajalt.mordant:mordant` from 2.4.0 to 2.7.1
- [Release notes](https://github.com/ajalt/mordant/releases)
- [Changelog](https://github.com/ajalt/mordant/blob/master/CHANGELOG.md)
- [Commits](ajalt/mordant@2.4.0...2.7.1)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx:kotlinx-serialization-json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
- dependency-name: com.github.ajalt.mordant:mordant
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 18, 2024
1 parent 91cf865 commit d6edd9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion autobuilder/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies {
implementation(libs.kotlinx.coroutine.core)
implementation(libs.kotlinx.serialization.json)
implementation("com.github.ajalt.clikt:clikt:4.4.0")
implementation("com.github.ajalt.mordant:mordant:2.4.0")
implementation("com.github.ajalt.mordant:mordant:2.7.1")
implementation("io.github.oshai:kotlin-logging-jvm:7.0.0")
implementation("org.apache.logging.log4j:log4j-slf4j2-impl:2.23.1")
implementation("org.slf4j:slf4j-api:2.0.13")
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencyResolutionManagement {
create("libs") {
version("jvm", "21")
val coroutineVersion = "1.8.1"
library("kotlinx-serialization-json", "org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.0")
library("kotlinx-serialization-json", "org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.1")
library("kotlinx-coroutine-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-bom:$coroutineVersion")
library("kotlinx-coroutine-core", "org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutineVersion")
library("fuel-core","com.github.kittinunf.fuel:fuel:2.3.1")
Expand Down

0 comments on commit d6edd9f

Please sign in to comment.