From 00ebb997b336d728604a46855dbacaf317002a14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Oct 2022 14:13:27 +0000 Subject: [PATCH] Bump threetenbp from 1.4.0 to 1.6.3 Bumps [threetenbp](https://github.com/ThreeTen/threetenbp) from 1.4.0 to 1.6.3. - [Release notes](https://github.com/ThreeTen/threetenbp/releases) - [Changelog](https://github.com/ThreeTen/threetenbp/blob/main/RELEASE-NOTES.md) - [Commits](https://github.com/ThreeTen/threetenbp/compare/v1.4.0...v1.6.3) --- 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..974a929d 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.3" def TIMBER_VERSION = "4.7.1" def LIFECYCLE_VERSION = "2.2.0"