Skip to content

Commit

Permalink
Merge pull request #40 from HttpMarco/dependabot/gradle/org.junit.jup…
Browse files Browse the repository at this point in the history
…iter-junit-jupiter-api-5.10.1

Bump org.junit.jupiter:junit-jupiter-api from 5.9.0 to 5.10.1
  • Loading branch information
HttpMarco authored Jan 16, 2024
2 parents ba90844 + 2f607e9 commit 84f2059
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 @@ -14,7 +14,7 @@ repositories {
}

dependencies {
testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.0")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.1")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.1")
compileOnly("org.projectlombok:lombok:1.18.30")
annotationProcessor("org.projectlombok:lombok:1.18.30")
Expand Down

0 comments on commit 84f2059

Please sign in to comment.