Skip to content

Commit 470635c

Browse files
fix(deps): update dependency org.junit.jupiter:junit-jupiter to v6
1 parent 3b89ce9 commit 470635c

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
@@ -10,7 +10,7 @@ repositories {
1010
}
1111

1212
dependencies {
13-
testImplementation 'org.junit.jupiter:junit-jupiter:5.14.0'
13+
testImplementation 'org.junit.jupiter:junit-jupiter:6.0.0'
1414
testImplementation 'org.json:json:20250517'
1515
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
1616
}

0 commit comments

Comments
 (0)