Skip to content

Commit 4511404

Browse files
chore(deps): update dependency org.junit:junit-bom to v5.12.2
1 parent 476adec commit 4511404

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

4444
dependencies {
4545
// JUnit setup for testing
46-
testImplementation(platform("org.junit:junit-bom:5.12.1"))
46+
testImplementation(platform("org.junit:junit-bom:5.12.2"))
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)