Skip to content

Commit b4c2322

Browse files
committed
Upgrade to JUnit 5.12.2
1 parent 85eed48 commit b4c2322

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.1'
24+
testImplementation 'org.junit.jupiter:junit-jupiter:5.12.2'
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)