Skip to content

Commit

Permalink
Merge pull request #21 from TheNextLvl-net/dependabot/gradle/plugin/o…
Browse files Browse the repository at this point in the history
…rg.junit-junit-bom-5.11.1

Bump org.junit:junit-bom from 5.11.0 to 5.11.1 in /plugin
  • Loading branch information
NonSwag authored Sep 26, 2024
2 parents 7ef341c + 29a9b66 commit 571a45d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencies {
implementation(rootProject)

testImplementation("org.junit.jupiter:junit-jupiter")
testImplementation(platform("org.junit:junit-bom:5.11.0"))
testImplementation(platform("org.junit:junit-bom:5.11.1"))
}

tasks.shadowJar {
Expand Down

0 comments on commit 571a45d

Please sign in to comment.