Skip to content

Commit 13ef33e

Browse files
Bump commons-cli:commons-cli from 1.9.0 to 1.10.0 in /libcobj (#684)
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](apache/commons-cli@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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c2a2687 commit 13ef33e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcobj/app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ tasks {
3333
dependencies {
3434
implementation("com.google.guava:guava:33.4.8-jre")
3535
implementation("org.xerial:sqlite-jdbc:3.50.3.0")
36-
implementation("commons-cli:commons-cli:1.9.0")
36+
implementation("commons-cli:commons-cli:1.10.0")
3737
testImplementation("org.junit.jupiter:junit-jupiter:5.13.4")
3838
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
3939
implementation("org.json:json:20250517")

0 commit comments

Comments
 (0)