Skip to content

Commit

Permalink
Merge pull request #16 from Lenni0451/dependabot/gradle/org.junit-jun…
Browse files Browse the repository at this point in the history
…it-bom-5.11.1
  • Loading branch information
Lenni0451 authored Sep 25, 2024
2 parents 3d0dda4 + 1a1f847 commit 0e8549f
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 @@ -26,7 +26,7 @@ dependencies {
compileOnly "com.google.code.findbugs:jsr305:3.0.2"
compileOnly reflect

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 "org.ow2.asm:asm:9.7"
testImplementation reflect
Expand Down

0 comments on commit 0e8549f

Please sign in to comment.