Skip to content

Commit

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

build(deps): bump org.junit.jupiter:junit-jupiter-api from 5.11.3 to 5.11.4
  • Loading branch information
github-actions[bot] authored Dec 17, 2024
2 parents 78d3940 + 152a1f9 commit 7dbb84e
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 @@ -46,7 +46,7 @@ dependencies {
implementation 'com.google.guava:guava:33.4.0-jre'

// Use JUnit test framework
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.11.3'
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.11.4'
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.11.4'
testImplementation group: 'org.junit.platform', name: 'junit-platform-launcher', version: '1.11.4'
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params', version: '5.11.4'
Expand Down

0 comments on commit 7dbb84e

Please sign in to comment.