Skip to content

Commit

Permalink
Merge pull request #177 from jiro4989/dependabot/gradle/org.junit.pla…
Browse files Browse the repository at this point in the history
…tform-junit-platform-launcher-1.11.3

build(deps): bump org.junit.platform:junit-platform-launcher from 1.11.2 to 1.11.3
  • Loading branch information
github-actions[bot] authored Oct 22, 2024
2 parents c2e38e3 + cfa1c49 commit f0b76fa
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 @@ -48,7 +48,7 @@ dependencies {
// Use JUnit test framework
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.11.2'
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.11.2'
testImplementation group: 'org.junit.platform', name: 'junit-platform-launcher', version: '1.11.2'
testImplementation group: 'org.junit.platform', name: 'junit-platform-launcher', version: '1.11.3'
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params', version: '5.11.3'
testImplementation "org.testfx:testfx-junit5:4.0.18"

Expand Down

0 comments on commit f0b76fa

Please sign in to comment.