Skip to content

Commit

Permalink
Merge pull request #243 from java9-modularity/dependabot/gradle/org.j…
Browse files Browse the repository at this point in the history
…unit.platform-junit-platform-launcher-1.10.2

Bump org.junit.platform:junit-platform-launcher from 1.7.1 to 1.10.2
  • Loading branch information
big-andy-coates authored Feb 17, 2024
2 parents 9e25c8f + a2a0c4a commit 136acdc
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 @@ -39,7 +39,7 @@ dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.7.1'
testImplementation 'org.junit-pioneer:junit-pioneer:1.3.8'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.2'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.7.1' // required when testing in Eclipse
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.10.2' // required when testing in Eclipse
}

shadowJar {
Expand Down

0 comments on commit 136acdc

Please sign in to comment.