From 5795099a19c204146e3e357e8fb13667d622bda8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Aug 2022 14:14:43 +0000 Subject: [PATCH] Bump threetenbp from 1.4.0 to 1.6.1 Bumps [threetenbp](https://github.com/ThreeTen/threetenbp) from 1.4.0 to 1.6.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.6.1) --- 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..faff8b38 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.1" def TIMBER_VERSION = "4.7.1" def LIFECYCLE_VERSION = "2.2.0"