From 352b1c0f82602ec9d31f4dd57c1d0fd2122b6e30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Oct 2021 14:03:42 +0000 Subject: [PATCH] build(deps): bump ebean from 12.12.0 to 12.12.1 Bumps [ebean](https://github.com/ebean-orm/ebean) from 12.12.0 to 12.12.1. - [Release notes](https://github.com/ebean-orm/ebean/releases) - [Commits](https://github.com/ebean-orm/ebean/compare/ebean-parent-12.12.0...ebean-parent-12.12.1) --- updated-dependencies: - dependency-name: io.ebean:ebean 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 fe134f6..1612708 100644 --- a/build.gradle +++ b/build.gradle @@ -59,7 +59,7 @@ dependencies { implementation group: 'commons-io', name: 'commons-io', version: '2.10.0' - api 'io.ebean:ebean:12.12.0' + api 'io.ebean:ebean:12.12.1' api 'io.ebean:ebean-querybean:12.12.1' implementation 'io.ebean:ebean-migration:12.12.1'