Skip to content

Commit

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

Bump org.junit:junit-bom from 5.11.3 to 5.11.4
  • Loading branch information
NonSwag authored Dec 16, 2024
2 parents 9e55c67 + feec1d6 commit 9329b11
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.3"))
testImplementation(platform("org.junit:junit-bom:5.11.4"))
testImplementation("org.junit.jupiter:junit-jupiter")
testImplementation("net.thenextlvl.core:files:2.0.0")

Expand Down

0 comments on commit 9329b11

Please sign in to comment.