From 0762699a8605e95d8483c8db08ef9bc7bfaa2a11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 18:07:26 -0600 Subject: [PATCH] Bump org.apache.commons:commons-lang3 from 3.13.0 to 3.14.0 (#1881) Bumps org.apache.commons:commons-lang3 from 3.13.0 to 3.14.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> --- 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 7e0cb7038..c980dde0f 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:5.9") implementation("commons-codec:commons-codec:1.16.0") - implementation("org.apache.commons:commons-lang3:3.13.0") + implementation("org.apache.commons:commons-lang3:3.14.0") } }