Skip to content

Commit 25321f1

Browse files
Merge pull request #150 from alexanderjordanbaker/UpdateJUnit
Update JUnit to JUnit 5.12, which requires the launcher as a runtime …
2 parents dd6a739 + 9a888fc commit 25321f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ dependencies {
1111
implementation 'com.auth0:java-jwt:4.5.0'
1212
implementation 'org.bouncycastle:bcprov-jdk18on:1.80'
1313

14-
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.2'
14+
testImplementation 'org.junit.jupiter:junit-jupiter:5.12.0'
15+
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
1516
testImplementation 'org.mockito:mockito-core:5.16.0'
1617
}
1718

0 commit comments

Comments
 (0)