Skip to content

Commit 40bdad3

Browse files
committed
Update dependency org.junit:junit-bom to v5.11.2
1 parent 032ac9c commit 40bdad3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ dependencies {
4444
exclude("org.apache.logging.log4j")
4545
}
4646

47-
testImplementation(platform("org.junit:junit-bom:5.11.1"))
47+
testImplementation(platform("org.junit:junit-bom:5.11.2"))
4848
testImplementation("org.junit.jupiter:junit-jupiter")
4949
implementation(kotlin("stdlib-jdk8"))
5050
}

0 commit comments

Comments
 (0)