Skip to content

Commit

Permalink
chore(deps): bump com.github.ajalt.mordant:mordant
Browse files Browse the repository at this point in the history
Bumps the gradle-dependencies group with 1 update: [com.github.ajalt.mordant:mordant](https://github.com/ajalt/mordant).


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

---
updated-dependencies:
- dependency-name: com.github.ajalt.mordant:mordant
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 29, 2024
1 parent f5c26d0 commit 1d037d4
Showing 1 changed file with 1 addition and 1 deletion.
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.7.1")
implementation("com.github.ajalt.mordant:mordant:2.7.2")
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

0 comments on commit 1d037d4

Please sign in to comment.