From 1aa54079000204e3ac7a5987a7e6b4388da32d1d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2024 11:31:18 -0700 Subject: [PATCH] Update dependency com.github.ajalt.mordant:mordant to v3.0.1 (#208) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 4955c9e..c44b73c 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -28,7 +28,7 @@ okhttp-mockwebserver = { module = "com.squareup.okhttp3:mockwebserver", version. xmlutil-core = { module = "io.github.pdvrieze.xmlutil:core", version.ref = "xmlutil" } xmlutil-serialization = { module = "io.github.pdvrieze.xmlutil:serialization", version.ref = "xmlutil" } -mordant = "com.github.ajalt.mordant:mordant:3.0.0" +mordant = "com.github.ajalt.mordant:mordant:3.0.1" tomlj = "org.tomlj:tomlj:1.1.1" clikt = "com.github.ajalt.clikt:clikt:5.0.1"