diff --git a/build.gradle b/build.gradle index 35e505bd0..7235c713e 100644 --- a/build.gradle +++ b/build.gradle @@ -110,7 +110,7 @@ configurations.all { force "org.jetbrains.kotlin:kotlin-stdlib-jdk8:${kotlin_version}" force "org.jetbrains.kotlin:kotlin-stdlib-jdk7:${kotlin_version}" force 'junit:junit:4.13.1' - force 'commons-beanutils:commons-beanutils:1.9.4' + force 'commons-beanutils:commons-beanutils:1.10.0' force 'com.google.guava:guava:30.0-jre' force 'com.puppycrawl.tools:checkstyle:8.45.1' force 'commons-codec:commons-codec:1.17.2'