Skip to content

Commit

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

build(deps): bump org.junit.jupiter:junit-jupiter-engine from 5.11.1 to 5.11.2
  • Loading branch information
github-actions[bot] authored Oct 7, 2024
2 parents 560ed8b + 8df0839 commit dcb95b8
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 @@ -47,7 +47,7 @@ dependencies {

// Use JUnit test framework
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.1'
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.1'
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params', version: '5.11.1'
testImplementation "org.testfx:testfx-junit5:4.0.18"
Expand Down

0 comments on commit dcb95b8

Please sign in to comment.