From 9463775d9cac103713f971fbf377852d29d305ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Mar 2022 08:11:35 +0000 Subject: [PATCH] Bump joda-time from 2.10.13 to 2.10.14 Bumps [joda-time](https://github.com/JodaOrg/joda-time) from 2.10.13 to 2.10.14. - [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.13...v2.10.14) --- 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 3d0cfc3ad7..11b5ba0511 100644 --- a/build.gradle +++ b/build.gradle @@ -21,7 +21,7 @@ buildscript { preferencektx_version = '1.2.0' commonslang3_version = '3.11' commonscodec_version = '1.15' - jodatime_version = '2.10.13' + jodatime_version = '2.10.14' work_version = '2.5.0' tink_version = '1.5.0'