Skip to content

Commit f2da2fb

Browse files
authored
Merge pull request #119 from allegro/dependabot/gradle/commons-cli-commons-cli-1.10.0
Bump commons-cli:commons-cli from 1.9.0 to 1.10.0
2 parents 3bb0b36 + 1e2db77 commit f2da2fb

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)