From e8ab4f9700b31992a712b57d59c68e7e1f4c8882 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Sep 2021 08:06:08 +0000 Subject: [PATCH] Bump kulid from 1.1.2.0 to 2.0.0.0 Bumps kulid from 1.1.2.0 to 2.0.0.0. --- updated-dependencies: - dependency-name: com.github.guepardoapps:kulid dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- omnipod-dash/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/omnipod-dash/build.gradle b/omnipod-dash/build.gradle index 2ad14d8d0d..b9dd868a07 100644 --- a/omnipod-dash/build.gradle +++ b/omnipod-dash/build.gradle @@ -27,5 +27,5 @@ dependencies { implementation "androidx.room:room-runtime:$room_version" implementation "androidx.room:room-rxjava2:$room_version" kapt "androidx.room:room-compiler:$room_version" - implementation 'com.github.guepardoapps:kulid:1.1.2.0' + implementation 'com.github.guepardoapps:kulid:2.0.0.0' }