From 8edeccaa72ca6effefeb165be689afd4f08b9f2c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2024 18:32:38 +0000 Subject: [PATCH] Update dependency com.github.ajalt.mordant:mordant to v3 --- 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 455b68f..50e808c 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:2.7.2" +mordant = "com.github.ajalt.mordant:mordant:3.0.0" tomlj = "org.tomlj:tomlj:1.1.1" clikt = "com.github.ajalt.clikt:clikt:4.4.0"