diff --git a/build.gradle b/build.gradle index ae59870..5b04321 100644 --- a/build.gradle +++ b/build.gradle @@ -66,7 +66,7 @@ subprojects { // compile "org.springframework.boot:spring-boot-devtools:$springBootVersion" compile 'org.apache.commons:commons-lang3:3.8.1' compileOnly 'org.projectlombok:lombok:1.18.6' - compile 'commons-beanutils:commons-beanutils:1.9.4' + compile 'commons-beanutils:commons-beanutils:1.11.0' // compile "org.springframework.boot:spring-boot-starter-data-redis:$springBootVersion" compile 'org.web3j:core:4.2.0' compile 'wf.bitcoin:bitcoin-rpc-client:1.1.0'