Skip to content

Commit 5cf2999

Browse files
committed
Upgrade to JUnit 5.13.0
1 parent 3de8e94 commit 5cf2999

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ description = 'tokenproducer'
2121
version = '3.2-SNAPSHOT'
2222

2323
dependencies {
24-
testImplementation 'org.junit.jupiter:junit-jupiter:5.12.2'
24+
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.0'
2525
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
2626
// Jazzer
2727
testImplementation 'com.code-intelligence:jazzer-junit:0.24.0'

0 commit comments

Comments
 (0)