From 63659bd25dc3df650e7a64b30cb326f54e126c6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 15:33:33 +0000 Subject: [PATCH] (v3.6.x): Bump commons-beanutils:commons-beanutils from 1.9.4 to 1.10.0 Bumps commons-beanutils:commons-beanutils from 1.9.4 to 1.10.0. --- updated-dependencies: - dependency-name: commons-beanutils:commons-beanutils 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 a778f33a..810d51f6 100644 --- a/build.gradle +++ b/build.gradle @@ -21,7 +21,7 @@ buildscript { springFrameworkVersion = "5.3.25" // External Dependencies - beanUtilsVersion = "1.9.4" + beanUtilsVersion = "1.10.0" // Test Dependencies springCloudContractVersion = "3.1.10"