From 42d2f442783ef49d6d4eb3106c799c9f4c365699 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 16:27:10 +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 7a9f2057..aaafa0d2 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"