Skip to content

Commit

Permalink
Merge pull request #21 from Lenni0451/dependabot/gradle/org.junit-jun…
Browse files Browse the repository at this point in the history
…it-bom-5.11.3
  • Loading branch information
Lenni0451 authored Oct 22, 2024
2 parents 884447b + c1315ee commit 5653000
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.11.2"))
testImplementation(platform("org.junit:junit-bom:5.11.3"))
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 5653000

Please sign in to comment.