Skip to content

Commit

Permalink
fix(deps): update dependency org.junit.jupiter:junit-jupiter-params t…
Browse files Browse the repository at this point in the history
…o v5.11.0 (#614)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 14, 2024
1 parent 635bd85 commit 40855ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cosid-benchmark/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ dependencies {
jmh("org.openjdk.jmh:jmh-generator-annprocess:1.37")

testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.0")
testImplementation("org.junit.jupiter:junit-jupiter-params:5.10.3")
testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.0")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.0")
}

Expand Down

0 comments on commit 40855ca

Please sign in to comment.