Skip to content
This repository was archived by the owner on Aug 10, 2024. It is now read-only.

Commit 5bec44b

Browse files
authored
Merge pull request #280 from kwebio/dependabot/gradle/org.junit.jupiter-junit-jupiter-engine-5.9.0
Bump junit-jupiter-engine from 5.7.0 to 5.9.0
2 parents 494879d + 15b6899 commit 5bec44b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ dependencies {
7979
testCompile 'ch.qos.logback:logback-classic:1.3.0-alpha13'
8080
testCompile "io.github.bonigarcia:selenium-jupiter:3.3.5"
8181
testCompile "org.junit.jupiter:junit-jupiter-api:5.7.0"
82-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.7.0'
82+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.0'
8383
compile 'org.jsoup:jsoup:1.12.2'
8484
}
8585

0 commit comments

Comments
 (0)