From 5ea9d5fc10777f0466c3c3e6ed96809650726f08 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Jun 2025 16:54:31 +0000 Subject: [PATCH] fix(deps): update dependency org.apache.commons:commons-text to v1.13.1 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7a9d0f9..cb3265f 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ repositories { dependencies { implementation 'org.apache.commons:commons-lang3:3.17.0' - implementation 'org.apache.commons:commons-text:1.12.0' + implementation 'org.apache.commons:commons-text:1.13.1' implementation 'commons-io:commons-io:2.19.0' implementation 'it.unimi.dsi:fastutil-core:8.5.15' implementation 'commons-codec:commons-codec:1.18.0'