From 59e38563e4d1c0eca1b654b8307e2b70c455954b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Mar 2022 14:09:38 +0000 Subject: [PATCH] Bump threetenbp from 1.4.0 to 1.6.0 Bumps [threetenbp](https://github.com/ThreeTen/threetenbp) from 1.4.0 to 1.6.0. - [Release notes](https://github.com/ThreeTen/threetenbp/releases) - [Changelog](https://github.com/ThreeTen/threetenbp/blob/master/RELEASE-NOTES.md) - [Commits](https://github.com/ThreeTen/threetenbp/compare/v1.4.0...v1.6.0) --- updated-dependencies: - dependency-name: org.threeten:threetenbp dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index d46ea751..94808228 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -162,7 +162,7 @@ dependencies { def RXKOTLIN_VERSION = "2.4.0" def RXK_PREFS_VERSION = "1.2.5" def THREETEN_ABP_VERSION = "1.2.1" - def THREETEN_BP_VERSION = "1.4.0" + def THREETEN_BP_VERSION = "1.6.0" def TIMBER_VERSION = "4.7.1" def LIFECYCLE_VERSION = "2.2.0"