Skip to content

Commit 9924d1c

Browse files
authored
Merge pull request #310 from domaframework/junit-5.4.0
Upgrade JUnit to 5.4.0
2 parents 0e34f3d + e50568b commit 9924d1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ repositories {
7676
}
7777

7878
dependencies {
79-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.3.2'
80-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.3.2'
79+
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.4.0'
80+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.4.0'
8181
}
8282

8383
task sourcesJar (type : Jar) {

0 commit comments

Comments
 (0)