From 5ae20e8e29939d76b934da9b15dcdd97aa5932fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Sep 2021 08:07:07 +0000 Subject: [PATCH] Bump joda-time from 2.10.11 to 2.10.12 Bumps [joda-time](https://github.com/JodaOrg/joda-time) from 2.10.11 to 2.10.12. - [Release notes](https://github.com/JodaOrg/joda-time/releases) - [Changelog](https://github.com/JodaOrg/joda-time/blob/master/RELEASE-NOTES.txt) - [Commits](https://github.com/JodaOrg/joda-time/compare/v2.10.11...v2.10.12) --- updated-dependencies: - dependency-name: joda-time:joda-time 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 6adb64a5e9..f2fa53ecc8 100644 --- a/build.gradle +++ b/build.gradle @@ -21,7 +21,7 @@ buildscript { preferencektx_version = '1.1.1' commonslang3_version = '3.11' commonscodec_version = '1.15' - jodatime_version = '2.10.11' + jodatime_version = '2.10.12' work_version = '2.5.0' tink_version = '1.5.0'