From d127829694fe259fdaf71325058f6633c283cb14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 13:40:57 +0000 Subject: [PATCH] chore(deps): bump com.github.ajalt.mordant:mordant 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] --- 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"