Skip to content

Commit

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

Bump org.apache.commons:commons-csv from 1.11.0 to 1.12.0
  • Loading branch information
3750 authored Oct 7, 2024
2 parents ed2c5f4 + 2a70f65 commit b4b291f
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.9.0'
implementation 'org.apache.commons:commons-csv:1.11.0'
implementation 'org.apache.commons:commons-csv:1.12.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 b4b291f

Please sign in to comment.