Skip to content

Commit 2ac7384

Browse files
authored
Merge pull request #108 from allegro/dependabot/gradle/org.apache.commons-commons-csv-1.14.0
Bump org.apache.commons:commons-csv from 1.13.0 to 1.14.0
2 parents 274b5a6 + 1604e39 commit 2ac7384

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

part3.0-measuring/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repositories {
1111

1212
dependencies {
1313
implementation 'commons-cli:commons-cli:1.9.0'
14-
implementation 'org.apache.commons:commons-csv:1.13.0'
14+
implementation 'org.apache.commons:commons-csv:1.14.0'
1515

1616
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
1717
testImplementation 'org.spockframework:spock-core:2.4-M4-groovy-4.0'

0 commit comments

Comments
 (0)