Skip to content

Commit

Permalink
Merge pull request #12 from Lenni0451/dependabot/gradle/org.junit-jun…
Browse files Browse the repository at this point in the history
…it-bom-5.11.0
  • Loading branch information
Lenni0451 authored Aug 15, 2024
2 parents 7f64e3a + f40cdb8 commit b070ebc
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 @@ -58,7 +58,7 @@ dependencies {
compileOnly(annotationProcessor("org.projectlombok:lombok:1.18.34"))
//include "net.lenni0451:Reflect:1.0.0"

testImplementation(platform("org.junit:junit-bom:5.10.3"))
testImplementation(platform("org.junit:junit-bom:5.11.0"))
testImplementation "org.junit.jupiter:junit-jupiter"
testRuntimeOnly "org.junit.platform:junit-platform-launcher"
testCompileOnly(testAnnotationProcessor("org.projectlombok:lombok:1.18.34"))
Expand Down

0 comments on commit b070ebc

Please sign in to comment.