Skip to content

Commit

Permalink
Merge pull request #253 from tomokinakamaru/dependabot/gradle/org.jun…
Browse files Browse the repository at this point in the history
…it.jupiter-junit-jupiter-api-5.11.1

Bump org.junit.jupiter:junit-jupiter-api from 5.11.0 to 5.11.1
  • Loading branch information
tomokinakamaru authored Sep 26, 2024
2 parents 36ac972 + 178780d commit 31b45b5
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 @@ -25,7 +25,7 @@ dependencies {
implementation 'org.apache.commons:commons-collections4:4.4'
implementation 'com.github.javaparser:javaparser-symbol-solver-core:3.26.2'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.1'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.0'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.1'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.1'
testImplementation 'org.assertj:assertj-core:3.26.3'
}
Expand Down

0 comments on commit 31b45b5

Please # to comment.