From 461e8ea0396488f5c1f9ee4aa36d162ffc9dcd24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Sep 2022 00:20:33 +0000 Subject: [PATCH] Bump modb-test from 1.3.9 to 1.3.10 Bumps [modb-test](https://github.com/manami-project/modb-test) from 1.3.9 to 1.3.10. - [Release notes](https://github.com/manami-project/modb-test/releases) - [Commits](https://github.com/manami-project/modb-test/compare/1.3.9...1.3.10) --- updated-dependencies: - dependency-name: io.github.manamiproject:modb-test dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- manami-app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manami-app/build.gradle.kts b/manami-app/build.gradle.kts index 010b5661f..7f0354c47 100644 --- a/manami-app/build.gradle.kts +++ b/manami-app/build.gradle.kts @@ -119,7 +119,7 @@ dependencies { implementation("org.apache.commons:commons-lang3:3.12.0") implementation("org.apache.commons:commons-text:1.10.0") - testImplementation("io.github.manamiproject:modb-test:1.3.9") + testImplementation("io.github.manamiproject:modb-test:1.3.10") } tasks.withType().configureEach {