Skip to content

Commit

Permalink
fix(deps): update dependency org.junit.jupiter:junit-jupiter to v5.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 23, 2023
1 parent c49efd7 commit ad7a7dc
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 @@ -24,7 +24,7 @@ dependencies {
implementation group: 'fr.inria.gforge.spoon', name: 'spoon-core', version: '+'
implementation group: 'commons-cli', name: 'commons-cli', version: '1.5.0'
implementation group: 'com.microsoft', name: 'z3', version: '4.8.4'
testImplementation("org.junit.jupiter:junit-jupiter:5.9.3")
testImplementation("org.junit.jupiter:junit-jupiter:5.10.0")
}

application {
Expand Down

0 comments on commit ad7a7dc

Please sign in to comment.