Skip to content

Commit

Permalink
fix(deps): update dependency commons-cli:commons-cli to v1.9.0 (#5930)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 15, 2024
1 parent 61dd440 commit 5d4560b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spoon-dataflow/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ repositories {

dependencies {
implementation group: 'fr.inria.gforge.spoon', name: 'spoon-core', version: '+'
implementation group: 'commons-cli', name: 'commons-cli', version: '1.8.0'
implementation group: 'commons-cli', name: 'commons-cli', version: '1.9.0'
implementation group: 'tools.aqua', name: 'z3-turnkey', version: '4.13.0'
testImplementation("org.junit.jupiter:junit-jupiter:5.11.0")
}
Expand Down

0 comments on commit 5d4560b

Please sign in to comment.