From e3639ecfa62ae0e67673cf0624f54b159bbdb160 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 13:27:29 +0100 Subject: [PATCH] chore(deps): bump com.github.ajalt.mordant:mordant (#3212) Bumps [com.github.ajalt.mordant:mordant](https://github.com/ajalt/mordant) from 2.0.0-beta13 to 3.0.1. - [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.0.0-beta13...3.0.1) --- updated-dependencies: - dependency-name: com.github.ajalt.mordant:mordant dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Oussama Hassine --- 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 1ff9d449db..7c775d1c94 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -51,7 +51,7 @@ carthage = "0.0.1" libsodiumBindings = "0.8.7" protobufCodegen = "0.9.4" annotation = "1.9.1" -mordant = "2.0.0-beta13" +mordant = "3.0.1" apache-tika = "2.9.2" mockk = "1.13.10" faker = "1.16.0"