Skip to content

Commit df1a616

Browse files
fix(deps): update dependency org.junit.jupiter:junit-jupiter to v5.14.3
1 parent 77ec52e commit df1a616

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

0 commit comments

Comments
 (0)