Skip to content

Commit

Permalink
Merge pull request #12 from Afrouper/dependabot/gradle/org.junit.jupi…
Browse files Browse the repository at this point in the history
…ter-junit-jupiter-engine-5.10.3

Bump org.junit.jupiter:junit-jupiter-engine from 5.10.2 to 5.10.3
  • Loading branch information
Afrouper authored Aug 14, 2024
2 parents e121f08 + 1b599a6 commit fbf4b51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compression/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ java {

dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.3'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.2'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.3'
}
tasks.named('test', Test) {
useJUnitPlatform()
Expand Down

0 comments on commit fbf4b51

Please sign in to comment.