Skip to content

Commit

Permalink
Merge pull request #69 from allegro/dependabot/gradle/org.apache.comm…
Browse files Browse the repository at this point in the history
…ons-commons-csv-1.11.0

Bump org.apache.commons:commons-csv from 1.10.0 to 1.11.0
  • Loading branch information
3750 authored May 7, 2024
2 parents f37d3ac + c46dccb commit dc00293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion part3.0-measuring/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repositories {

dependencies {
implementation 'commons-cli:commons-cli:1.7.0'
implementation 'org.apache.commons:commons-csv:1.10.0'
implementation 'org.apache.commons:commons-csv:1.11.0'

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

0 comments on commit dc00293

Please sign in to comment.