Skip to content

Commit b90954c

Browse files
authored
Merge pull request #88 from TheNextLvl-net/renovate/junit5-monorepo
fix(deps): update dependency org.junit:junit-bom to v5.13.1
2 parents 27ee642 + 39753e9 commit b90954c

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.0"))
52+
testImplementation(platform("org.junit:junit-bom:5.13.1"))
5353
}
5454

5555
tasks.shadowJar {

0 commit comments

Comments
 (0)