From eb9d01788254bb2f29eafa498bb57f9dc55bca8d 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 59f45a7e5..dd948fd8e 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") } }