From 4141a869c0f6e73c6ebe41eff807ee851544f82b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Jan 2021 13:12:38 +0000 Subject: [PATCH] Bump commons-lang3 from 3.5 to 3.11 Bumps commons-lang3 from 3.5 to 3.11. Signed-off-by: dependabot[bot] --- uhabits-core/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uhabits-core/build.gradle.kts b/uhabits-core/build.gradle.kts index 07a39523c..314673e26 100644 --- a/uhabits-core/build.gradle.kts +++ b/uhabits-core/build.gradle.kts @@ -51,7 +51,7 @@ kotlin { implementation("com.google.code.findbugs:jsr305:3.0.2") implementation("com.opencsv:opencsv:3.10") implementation("commons-codec:commons-codec:1.15") - implementation("org.apache.commons:commons-lang3:3.5") + implementation("org.apache.commons:commons-lang3:3.11") } }