Skip to content

Commit 7872a08

Browse files
committed
Upgrade to JUnit 5.13.3
1 parent 43255df commit 7872a08

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
@@ -22,7 +22,7 @@ description = 'tokenproducer'
2222
version = '3.4-SNAPSHOT'
2323

2424
dependencies {
25-
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.2'
25+
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.3'
2626
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
2727
// Jazzer
2828
testImplementation 'com.code-intelligence:jazzer-junit:0.24.0'

0 commit comments

Comments
 (0)