Skip to content

Commit c6fa19e

Browse files
chore(deps): update dependency org.junit:junit-bom to v5.13.1
1 parent 88fc710 commit c6fa19e

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
@@ -43,7 +43,7 @@ ext {
4343

4444
dependencies {
4545
// JUnit setup for testing
46-
testImplementation(platform("org.junit:junit-bom:5.13.0"))
46+
testImplementation(platform("org.junit:junit-bom:5.13.1"))
4747
testImplementation('org.junit.jupiter:junit-jupiter')
4848
testRuntimeOnly('org.junit.platform:junit-platform-launcher')
4949
// JSON object mapping / (de-)serialization

0 commit comments

Comments
 (0)