Skip to content

Commit

Permalink
Merge pull request #30 from Lenni0451/dependabot/gradle/org.junit-jun…
Browse files Browse the repository at this point in the history
…it-bom-5.10.1
  • Loading branch information
Lenni0451 authored Nov 6, 2023
2 parents bee176c + df8053d commit 55b55bb
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 @@ -109,7 +109,7 @@ dependencies {

testCompileOnly "com.google.code.findbugs:jsr305:3.0.2"
testCompileOnly "org.projectlombok:lombok:1.18.30"
testImplementation platform("org.junit:junit-bom:5.10.0")
testImplementation platform("org.junit:junit-bom:5.10.1")
testImplementation "org.junit.jupiter:junit-jupiter"

testAnnotationProcessor "org.projectlombok:lombok:1.18.30"
Expand Down

0 comments on commit 55b55bb

Please sign in to comment.