From dca32bbacfa6722fe6b0b3054dc41d251768ae8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Mar 2024 11:31:45 +0000 Subject: [PATCH] Bump org.apache.commons:commons-configuration2 from 2.9.0 to 2.10.1 Bumps org.apache.commons:commons-configuration2 from 2.9.0 to 2.10.1. --- updated-dependencies: - dependency-name: org.apache.commons:commons-configuration2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c76862707b..c5180f235e 100644 --- a/build.gradle +++ b/build.gradle @@ -365,7 +365,7 @@ dependencies { implementation group: 'io.sentry', name: 'sentry-log4j2', version: '1.7.29' // parsing of configuration data - implementation group: 'org.apache.commons', name: 'commons-configuration2', version: '2.9.0' + implementation group: 'org.apache.commons', name: 'commons-configuration2', version: '2.10.1' // Specialized collections: ReferenceMap, LinkedMap. implementation 'org.apache.commons:commons-collections4:4.4' // Various file utilities