From 417a5e7de4e29b5cdaad2b19f4ec133b0c9c851e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2024 15:16:09 -0700 Subject: [PATCH] chore(deps): bump org.apache.commons:commons-lang3 from 3.16.0 to 3.17.0 (#195) Bumps org.apache.commons:commons-lang3 from 3.16.0 to 3.17.0. --- updated-dependencies: - dependency-name: org.apache.commons:commons-lang3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 990abbf0..4c60d7f5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -34,7 +34,7 @@ android { dependencies { implementation 'com.google.android.gms:play-services-location:21.3.0' - implementation 'org.apache.commons:commons-lang3:3.16.0' + implementation 'org.apache.commons:commons-lang3:3.17.0' } static def renameAPK(variant) {