From f446e88861dff765f9e5da73a7ff6189b86def83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Jun 2025 16:28:11 +0000 Subject: [PATCH] Bump org.ini4j:ini4j from 0.5.2 to 0.5.4 Bumps org.ini4j:ini4j from 0.5.2 to 0.5.4. --- updated-dependencies: - dependency-name: org.ini4j:ini4j dependency-version: 0.5.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 958f45d..914ce0f 100644 --- a/build.gradle +++ b/build.gradle @@ -111,7 +111,7 @@ task buildAll { dependencies { - implementation 'org.ini4j:ini4j:0.5.2' + implementation 'org.ini4j:ini4j:0.5.4' implementation 'commons-io:commons-io:2.4' implementation 'com.beust:jcommander:1.72' implementation 'org.mongodb:mongodb-driver-core:4.11.1'