From d52c85933bcdaf2c23535b749d3b46f465c72da9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Sep 2022 14:29:44 +0000 Subject: [PATCH] build(deps): bump ebean-test from 12.12.1 to 13.9.2 Bumps ebean-test from 12.12.1 to 13.9.2. --- updated-dependencies: - dependency-name: io.ebean:ebean-test dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index fe134f6..0562cdd 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.1' + testImplementation 'io.ebean:ebean-test:13.9.2' } shadowJar {