Skip to content

Commit e553288

Browse files
fix(deps): update dependency org.junit:junit-bom to v6.0.2
1 parent b931bc1 commit e553288

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
@@ -45,7 +45,7 @@ ext {
4545

4646
dependencies {
4747
// JUnit setup for testing
48-
testImplementation(platform("org.junit:junit-bom:6.0.1"))
48+
testImplementation(platform("org.junit:junit-bom:6.0.2"))
4949
testImplementation('org.junit.jupiter:junit-jupiter')
5050
testRuntimeOnly('org.junit.platform:junit-platform-launcher')
5151
// JSON object mapping / (de-)serialization

0 commit comments

Comments
 (0)