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') }