Skip to content

Commit

Permalink
Merge pull request #459 from yuzawa-san/dependabot/gradle/org.junit.j…
Browse files Browse the repository at this point in the history
…upiter-junit-jupiter-api-5.10.0

Bump org.junit.jupiter:junit-jupiter-api from 5.9.1 to 5.10.0
  • Loading branch information
yuzawa-san authored Sep 5, 2023
2 parents f732601 + 2e6fc50 commit d3f7709
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 @@ -98,7 +98,7 @@ dependencies {
testImplementation 'org.springframework.boot:spring-boot-starter-test'
testImplementation 'io.projectreactor:reactor-test'
testImplementation 'org.mockito:mockito-core:5.4.0'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.1'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.0'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.1'
testImplementation 'com.google.jimfs:jimfs:1.2'
testImplementation(platform('io.cucumber:cucumber-bom:7.11.1'))
Expand Down

0 comments on commit d3f7709

Please sign in to comment.