From b66aeeaa15f3f01d89be96f3f2920a83a594ec62 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 18:11:00 +0000 Subject: [PATCH] Update dependency org.apache.commons:commons-lang3 to v3.14.0 --- core/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build.gradle b/core/build.gradle index 6aa5098..2c011b0 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -37,7 +37,7 @@ dependencies { implementation 'org.mariuszgromada.math:MathParser.org-mXparser:4.4.3' implementation group: 'org.apache.commons', name: 'commons-math3', version: '3.6.1' - implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.11' + implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.14.0' implementation "com.jakewharton.timber:timber:4.7.1" implementation "androidx.core:core-ktx:1.13.0" implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"