Skip to content

Commit

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

Bump org.junit:junit-bom from 5.11.0 to 5.11.1
  • Loading branch information
NonSwag authored Sep 25, 2024
2 parents 01626a4 + 6989bcd commit d8d7dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repositories {
}

dependencies {
testImplementation(platform("org.junit:junit-bom:5.11.0"))
testImplementation(platform("org.junit:junit-bom:5.11.1"))
testImplementation("org.junit.jupiter:junit-jupiter")
testImplementation("net.thenextlvl.core:files:1.0.5")

Expand Down

0 comments on commit d8d7dfc

Please sign in to comment.