Skip to content

Commit

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

build(deps): bump org.junit.jupiter:junit-jupiter-params from 5.11.2 to 5.11.3
  • Loading branch information
github-actions[bot] authored Oct 22, 2024
2 parents e5096b0 + d9def86 commit c2e38e3
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.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.jupiter', name: 'junit-jupiter-params', version: '5.11.2'
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params', version: '5.11.3'
testImplementation "org.testfx:testfx-junit5:4.0.18"

// JavaFX
Expand Down

0 comments on commit c2e38e3

Please sign in to comment.