Skip to content

Commit

Permalink
Merge pull request #166 from jiro4989/dependabot/gradle/org.junit.jup…
Browse files Browse the repository at this point in the history
…iter-junit-jupiter-params-5.11.1

build(deps): bump org.junit.jupiter:junit-jupiter-params from 5.11.0 to 5.11.1
  • Loading branch information
github-actions[bot] authored Sep 25, 2024
2 parents 6df117a + 21ce8b5 commit f4b47c1
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 @@ -49,7 +49,7 @@ dependencies {
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.11.1'
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.11.0'
testImplementation group: 'org.junit.platform', name: 'junit-platform-launcher', version: '1.11.0'
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params', version: '5.11.0'
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params', version: '5.11.1'
testImplementation "org.testfx:testfx-junit5:4.0.18"

// JavaFX
Expand Down

0 comments on commit f4b47c1

Please sign in to comment.