Skip to content

Commit 1e2db77

Browse files
Bump commons-cli:commons-cli from 1.9.0 to 1.10.0
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] <[email protected]>
1 parent 3bb0b36 commit 1e2db77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

part3.0-measuring/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repositories {
1010
}
1111

1212
dependencies {
13-
implementation 'commons-cli:commons-cli:1.9.0'
13+
implementation 'commons-cli:commons-cli:1.10.0'
1414
implementation 'org.apache.commons:commons-csv:1.14.0'
1515

1616
testRuntimeOnly("org.junit.platform:junit-platform-launcher")

0 commit comments

Comments
 (0)