Skip to content
This repository was archived by the owner on Aug 23, 2025. It is now read-only.

Commit 746cb75

Browse files
committed
Upgrade JUnit to 5.13.4
1 parent bc40117 commit 746cb75

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
@@ -26,7 +26,7 @@ repositories {
2626

2727
dependencies {
2828
testImplementation 'commons-io:commons-io:2.16.1'
29-
testImplementation 'org.junit.jupiter:junit-jupiter:5.12.0'
29+
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4'
3030
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
3131
}
3232

0 commit comments

Comments
 (0)