From b00161cd028731c67953090af89e6a1f0733d1d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Apr 2021 06:57:34 +0000 Subject: [PATCH] Bump threetenbp from 1.4.0 to 1.5.1 Bumps [threetenbp](https://github.com/ThreeTen/threetenbp) from 1.4.0 to 1.5.1. - [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.5.1) 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..0d97eeac 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.5.1" def TIMBER_VERSION = "4.7.1" def LIFECYCLE_VERSION = "2.2.0"