Skip to content

Commit

Permalink
Update dependency org.junit.vintage:junit-vintage-engine to v5.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and Konafets committed Aug 7, 2022
1 parent da61561 commit d6cba39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ sourceSets["main"].java.srcDirs("src/main/gen")

dependencies {
testImplementation("junit:junit:4.13.2")
testRuntimeOnly("org.junit.vintage:junit-vintage-engine:5.8.2")
testRuntimeOnly("org.junit.vintage:junit-vintage-engine:5.9.0")
}

tasks {
Expand Down

0 comments on commit d6cba39

Please sign in to comment.