From e9876d5b9106583a2ff4d9757ad497c3dddf317b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Apr 2025 10:22:06 +0800 Subject: [PATCH] chore(deps): bump org.apache.commons:commons-text from 1.13.0 to 1.13.1 (#490) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index a8b6738..0bfe2ca 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -10,7 +10,7 @@ commons-codec = "1.18.0" commons-lang3 = "3.17.0" commons-csv = "1.14.0" commons-net = "3.11.1" -commons-text = "1.13.0" +commons-text = "1.13.1" commons-compress = "1.27.1" commons-vfs2="2.10.0" swingx = "1.6.5-1"