diff --git a/build.gradle b/build.gradle index ac6a3888..decda4b1 100644 --- a/build.gradle +++ b/build.gradle @@ -127,7 +127,7 @@ subprojects { testImplementation "org.hamcrest:hamcrest-library" testImplementation group: 'com.h2database', name: 'h2' - testImplementation group: 'commons-codec', name: 'commons-codec', version: '1.17.1' + testImplementation group: 'commons-codec', name: 'commons-codec', version: '1.17.2' } }