Skip to content

Commit

Permalink
Merge pull request #43 from Spiderpig86/dependabot/gradle/org.junit-j…
Browse files Browse the repository at this point in the history
…unit-bom-5.11.4

build(deps): Bump org.junit:junit-bom from 5.10.0 to 5.11.4
  • Loading branch information
Spiderpig86 authored Jan 19, 2025
2 parents 2ff6123 + 92348f3 commit b657cfa
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 @@ -21,7 +21,7 @@ dependencies {
implementation("com.google.guava:guava:32.1.2-jre")


testImplementation(platform("org.junit:junit-bom:5.10.0"))
testImplementation(platform("org.junit:junit-bom:5.11.4"))
testImplementation("org.junit.jupiter:junit-jupiter")
testCompileOnly("org.projectlombok:lombok:1.18.34")
testAnnotationProcessor("org.projectlombok:lombok:1.18.34")
Expand Down

0 comments on commit b657cfa

Please sign in to comment.