Skip to content

Commit 4550e5b

Browse files
fix(deps): update dependency org.junit.jupiter:junit-jupiter to v6
1 parent 02b5523 commit 4550e5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.1'
13+
testImplementation 'org.junit.jupiter:junit-jupiter:6.0.1'
1414
testImplementation 'org.json:json:20250517'
1515
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
1616
}

0 commit comments

Comments
 (0)