Skip to content

Commit

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

Bump org.junit.jupiter:junit-jupiter-params from 5.11.1 to 5.11.2
  • Loading branch information
tomokinakamaru authored Oct 5, 2024
2 parents b5c640b + 7bc1600 commit 671064c
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 @@ -26,7 +26,7 @@ dependencies {
implementation 'com.github.javaparser:javaparser-symbol-solver-core:3.26.2'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.2'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.2'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.1'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.2'
testImplementation 'org.assertj:assertj-core:3.26.3'
}

Expand Down

0 comments on commit 671064c

Please # to comment.