From 44f4f1d34371c163fd2868ca3fd2d25e0c80cea3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Sep 2025 21:06:37 +0000 Subject: [PATCH] Bump commons-beanutils:commons-beanutils from 1.9.4 to 1.11.0 Bumps commons-beanutils:commons-beanutils from 1.9.4 to 1.11.0. --- updated-dependencies: - dependency-name: commons-beanutils:commons-beanutils dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'