From f6dea8a411cdab1cdaf6f4f7e635ceded27c75cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 12:33:14 +0000 Subject: [PATCH] Bump commons-cli:commons-cli from 1.9.0 to 1.10.0 in /libcobj Bumps [commons-cli:commons-cli](https://github.com/apache/commons-cli) from 1.9.0 to 1.10.0. - [Changelog](https://github.com/apache/commons-cli/blob/master/RELEASE-NOTES.txt) - [Commits](https://github.com/apache/commons-cli/compare/rel/commons-cli-1.9.0...rel/commons-cli-1.10.0) --- updated-dependencies: - dependency-name: commons-cli:commons-cli dependency-version: 1.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- libcobj/app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcobj/app/build.gradle.kts b/libcobj/app/build.gradle.kts index c93b60ce..564b5933 100644 --- a/libcobj/app/build.gradle.kts +++ b/libcobj/app/build.gradle.kts @@ -33,7 +33,7 @@ tasks { dependencies { implementation("com.google.guava:guava:33.4.8-jre") implementation("org.xerial:sqlite-jdbc:3.50.3.0") - implementation("commons-cli:commons-cli:1.9.0") + implementation("commons-cli:commons-cli:1.10.0") testImplementation("org.junit.jupiter:junit-jupiter:5.13.4") testRuntimeOnly("org.junit.platform:junit-platform-launcher") implementation("org.json:json:20250517")