From 3db25f7da1e2f88b4c016934997594e855aaa1d0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 16 Dec 2024 12:56:41 +0000 Subject: [PATCH] Bump org.apache.commons:commons-text from 1.12.0 to 1.13.0 (#4969) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (cherry picked from commit 3a6dd40f59c32915ee97aec9f59e03f39c69ee68) Signed-off-by: github-actions[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 0b20df1857..1900f5f9c8 100644 --- a/build.gradle +++ b/build.gradle @@ -643,7 +643,7 @@ dependencies { implementation "com.nulab-inc:zxcvbn:1.9.0" runtimeOnly 'com.google.guava:failureaccess:1.0.2' - runtimeOnly 'org.apache.commons:commons-text:1.12.0' + runtimeOnly 'org.apache.commons:commons-text:1.13.0' runtimeOnly "org.glassfish.jaxb:jaxb-runtime:${jaxb_version}" runtimeOnly 'com.google.j2objc:j2objc-annotations:2.8' compileOnly 'com.google.code.findbugs:jsr305:3.0.2'