Skip to content

Commit

Permalink
fix(deps): update dependency org.junit.vintage:junit-vintage-engine t…
Browse files Browse the repository at this point in the history
…o v5
  • Loading branch information
renovate[bot] authored and stempler committed Oct 30, 2024
1 parent 7817c05 commit 9f7d308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alice/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies {
testImplementation group: 'commons-io', name: 'commons-io', version: '2.17.0'
testImplementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.17.0'
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.11.3'
testRuntimeOnly group: 'org.junit.vintage', name: 'junit-vintage-engine', version: '4.12.3'
testRuntimeOnly group: 'org.junit.vintage', name: 'junit-vintage-engine', version: '5.11.3'
}

configurations.all {
Expand Down

0 comments on commit 9f7d308

Please sign in to comment.