Skip to content

Commit 554c36a

Browse files
committed
Update JUnit to version 5.13.4
1 parent d325f5e commit 554c36a

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

gitlab4j-api/build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ dependencies {
1111
testImplementation 'org.mockito:mockito-junit-jupiter:5.2.0'
1212
testImplementation 'org.hamcrest:hamcrest-all:1.3'
1313
testImplementation 'uk.org.webcompere:system-stubs-jupiter:2.0.2'
14-
testImplementation "org.junit.jupiter:junit-jupiter-api:5.10.4"
15-
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.10.4"
14+
testImplementation "org.junit.jupiter:junit-jupiter-api:5.13.4"
15+
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.13.4"
16+
testRuntimeOnly "org.junit.platform:junit-platform-launcher:1.13.4"
1617
}
1718

1819
publishing {

gitlab4j-models/build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ dependencies {
55
testImplementation 'org.mockito:mockito-junit-jupiter:5.2.0'
66
testImplementation 'org.hamcrest:hamcrest-all:1.3'
77
testImplementation 'uk.org.webcompere:system-stubs-jupiter:2.0.2'
8-
testImplementation "org.junit.jupiter:junit-jupiter-api:5.10.4"
9-
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.10.4"
8+
testImplementation "org.junit.jupiter:junit-jupiter-api:5.13.4"
9+
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.13.4"
10+
testRuntimeOnly "org.junit.platform:junit-platform-launcher:1.13.4"
1011
}
1112

1213
publishing {

0 commit comments

Comments
 (0)