From f2cd2ff4be7391038dbf348fa357f3a3c36d354d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 02:07:13 +0000 Subject: [PATCH] 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.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 0a31adec0..4d66684ac 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -92,7 +92,7 @@ subprojects { dependency("com.puppycrawl.tools:checkstyle:10.21.1") dependency("com.squareup.retrofit2:converter-jackson:${comSquareupRetrofit2Version}") dependency("com.squareup.retrofit2:retrofit:${comSquareupRetrofit2Version}") - dependency("commons-beanutils:commons-beanutils:1.9.4") + dependency("commons-beanutils:commons-beanutils:1.10.0") dependency("commons-io:commons-io:2.18.0") dependency("javax.xml.bind:jaxb-api:2.3.1") dependency("net.sourceforge.pmd:pmd-java:7.1.0")