From df54615a0c218168e996ef1bf3c60f04361e77b5 Mon Sep 17 00:00:00 2001 From: hdulme Date: Sat, 27 Dec 2025 23:21:36 +0100 Subject: [PATCH] update org.apache.commons:commons-text to 1.15.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 79cc5ea..9538c34 100644 --- a/build.gradle +++ b/build.gradle @@ -112,7 +112,7 @@ dependencies { testImplementation('org.junit.jupiter:junit-jupiter-engine') testRuntimeOnly('org.junit.vintage:junit-vintage-engine') testImplementation('org.assertj:assertj-core:3.26.3') - testImplementation('org.apache.commons:commons-text:1.12.0') + testImplementation('org.apache.commons:commons-text:1.15.0') testImplementation( 'junit:junit:4.13.2' ) testRuntimeOnly('org.immutables:value:2.10.1') }