From ef5855b735edce75496d7130bd474e6b75e33c04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 04:08:07 +0000 Subject: [PATCH] chore(deps): bump org.apache.commons:commons-lang3 from 3.12.0 to 3.13.0 Bumps org.apache.commons:commons-lang3 from 3.12.0 to 3.13.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] --- lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle b/lib/build.gradle index a7ef3789..bf64059d 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -71,7 +71,7 @@ dependencies { implementation 'com.google.android.material:material:1.7.0' implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.2' implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.2' - implementation 'org.apache.commons:commons-lang3:3.12.0' + implementation 'org.apache.commons:commons-lang3:3.13.0' implementation 'org.threeten:threetenbp:1.6.8' implementation 'com.github.basis-theory:basistheory-java:0.5.0' implementation 'com.squareup.okhttp3:okhttp:4.11.0'