diff --git a/build.gradle.kts b/build.gradle.kts index 6dcb52c..9cc2c70 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -49,7 +49,7 @@ dependencies { testImplementation("junit:junit:4.13.2") testImplementation("commons-io:commons-io:2.15.1") - testImplementation("commons-codec:commons-codec:1.16.1") + testImplementation("commons-codec:commons-codec:1.17.0") testImplementation("org.testcontainers:testcontainers:1.19.7") testImplementation("org.jetbrains:annotations:24.1.0") testImplementation("ch.qos.logback:logback-classic:1.5.3")