Skip to content

Commit

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

Bump org.junit:junit-bom from 5.11.1 to 5.11.2 in /plugin
  • Loading branch information
NonSwag authored Oct 7, 2024
2 parents a1f1e55 + 16aac0e commit 76ddc30
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.1"))
testImplementation(platform("org.junit:junit-bom:5.11.2"))
}

tasks.shadowJar {
Expand Down

0 comments on commit 76ddc30

Please sign in to comment.