From 3a6491f4a93c83657f32bed23638e653f7ce9d9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Oct 2021 14:06:49 +0000 Subject: [PATCH] build(deps): bump ebean-test from 12.12.0 to 12.12.1 Bumps ebean-test from 12.12.0 to 12.12.1. --- updated-dependencies: - dependency-name: io.ebean:ebean-test dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index b178561..fe134f6 100644 --- a/build.gradle +++ b/build.gradle @@ -68,7 +68,7 @@ dependencies { testImplementation 'org.junit.jupiter:junit-jupiter:5.8.1' testImplementation 'org.mockito:mockito-core:3.12.4' testImplementation 'org.assertj:assertj-core:3.21.0' - testImplementation 'io.ebean:ebean-test:12.12.0' + testImplementation 'io.ebean:ebean-test:12.12.1' } shadowJar {