Skip to content

Commit 8f04159

Browse files
authored
Merge pull request #94 from TheNextLvl-net/renovate/org.junit-junit-bom-5.x
fix(deps): update dependency org.junit:junit-bom to v5.13.2
2 parents 5532424 + 13b30e9 commit 8f04159

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ dependencies {
4949
implementation(rootProject)
5050

5151
testImplementation("org.junit.jupiter:junit-jupiter")
52-
testImplementation(platform("org.junit:junit-bom:5.13.1"))
52+
testImplementation(platform("org.junit:junit-bom:5.13.2"))
5353
}
5454

5555
tasks.shadowJar {

0 commit comments

Comments
 (0)