From 7bc75f131516c4763096093c24f58dbf84159aed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 19:56:31 +0000 Subject: [PATCH] chore(deps): bump ajalt-mordant from 2.6.0 to 2.7.0 Bumps `ajalt-mordant` from 2.6.0 to 2.7.0. Updates `com.github.ajalt.mordant:mordant` from 2.6.0 to 2.7.0 - [Release notes](https://github.com/ajalt/mordant/releases) - [Changelog](https://github.com/ajalt/mordant/blob/master/CHANGELOG.md) - [Commits](https://github.com/ajalt/mordant/compare/2.6.0...2.7.0) Updates `com.github.ajalt.mordant:mordant-coroutines` from 2.6.0 to 2.7.0 - [Release notes](https://github.com/ajalt/mordant/releases) - [Changelog](https://github.com/ajalt/mordant/blob/master/CHANGELOG.md) - [Commits](https://github.com/ajalt/mordant/compare/2.6.0...2.7.0) --- updated-dependencies: - dependency-name: com.github.ajalt.mordant:mordant dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.github.ajalt.mordant:mordant-coroutines dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 046bdb8e..8bd95179 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -26,7 +26,7 @@ zip-prefixer = "0.3.1" intellij-coverage = "1.0.760" ajalt-clikt = "4.4.0" -ajalt-mordant = "2.6.0" +ajalt-mordant = "2.7.0" ajalt-colormath = "3.5.0" assertj = "3.21.0" beryx-textio = "3.4.1"