Skip to content

Commit b4cbd45

Browse files
committed
fix(deps): update dependency org.junit.jupiter:junit-jupiter to v5.10.0
1 parent b4b51bd commit b4cbd45

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
@@ -13,7 +13,7 @@ repositories {
1313
}
1414

1515
dependencies {
16-
testImplementation('org.junit.jupiter:junit-jupiter:5.9.3', 'org.json:json:20230618')
16+
testImplementation('org.junit.jupiter:junit-jupiter:5.10.0', 'org.json:json:20230618')
1717
}
1818

1919
version = System.getenv("RELEASE_VERSION") ?: 'NONE'

0 commit comments

Comments
 (0)