Skip to content

Commit

Permalink
Merge pull request #76 from Lenni0451/dependabot/gradle/org.junit-jun…
Browse files Browse the repository at this point in the history
…it-bom-5.11.4
  • Loading branch information
dependabot[bot] authored Dec 17, 2024
2 parents 7193a19 + 74b31b8 commit 97a0cfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ allprojects {
compileOnly(annotationProcessor("org.projectlombok:lombok:1.18.36"))

testCompileOnly "com.google.code.findbugs:jsr305:3.0.2"
testImplementation(platform("org.junit:junit-bom:5.11.3"))
testImplementation(platform("org.junit:junit-bom:5.11.4"))
testImplementation "org.junit.jupiter:junit-jupiter"
testRuntimeOnly "org.junit.platform:junit-platform-launcher"
testCompileOnly(testAnnotationProcessor("org.projectlombok:lombok:1.18.36"))
Expand Down

0 comments on commit 97a0cfd

Please sign in to comment.