From c343f0a35e339458f2d20e6347bb0ee49224533e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 17:29:47 +0000 Subject: [PATCH] (v4.1.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 482165af..5ea88f14 100644 --- a/build.gradle +++ b/build.gradle @@ -20,7 +20,7 @@ buildscript { springBootVersion = "3.1.12" // External Dependencies - beanUtilsVersion = "1.9.4" + beanUtilsVersion = "1.10.0" // Test Dependencies springCloudContractVersion = "4.0.5"