From dce6fa8a55265b0cc449be5f3b6b045ecb3e42b7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 16:21:50 +0000 Subject: [PATCH] Update dependency org.apache.commons:commons-text to v1.13.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 2785c8cf..03957882 100644 --- a/build.gradle +++ b/build.gradle @@ -84,7 +84,7 @@ dependencies { implementation "commons-configuration:commons-configuration:1.10" implementation "org.apache.commons:commons-collections4:4.4" // includes commons-lang3 - implementation "org.apache.commons:commons-text:1.12.0" + implementation "org.apache.commons:commons-text:1.13.0" // UI (website) implementation "org.springframework.boot:spring-boot-starter-thymeleaf"