Skip to content

Commit 88c2c79

Browse files
fix(deps): update dependency org.junit.jupiter:junit-jupiter to v5.11.3
1 parent 2655e69 commit 88c2c79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
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.11.2', 'org.json:json:20240303')
16+
testImplementation('org.junit.jupiter:junit-jupiter:5.11.3', 'org.json:json:20240303')
1717
}
1818

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

0 commit comments

Comments
 (0)