Skip to content

Commit

Permalink
Merge pull request #24 from TheNextLvl-net/dependabot/gradle/org.juni…
Browse files Browse the repository at this point in the history
…t.jupiter-junit-jupiter-engine-5.11.1

Bump org.junit.jupiter:junit-jupiter-engine from 5.11.0 to 5.11.1
  • Loading branch information
NonSwag authored Sep 25, 2024
2 parents d842975 + 7b1869e commit aad65ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies {

annotationProcessor("org.projectlombok:lombok:1.18.34")

testImplementation("org.junit.jupiter:junit-jupiter-engine:5.11.0")
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.11.1")
}

tasks {
Expand Down

0 comments on commit aad65ff

Please sign in to comment.