Skip to content

Commit

Permalink
Merge pull request #577 from camunda-community-hub/renovate/junit5-mo…
Browse files Browse the repository at this point in the history
…norepo

fix(deps): update dependency org.junit.jupiter:junit-jupiter to v5.10.3
  • Loading branch information
p-wunderlich authored Jun 28, 2024
2 parents a622a85 + b81add7 commit 6a17fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/report-aggregator-gradle-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies {
implementation(gradleApi())
implementation(group = "org.camunda.community.process_test_coverage", name = "camunda-process-test-coverage-report-generator", version = "$version")
testImplementation(gradleTestKit())
testImplementation(group = "org.junit.jupiter", name = "junit-jupiter", version = "5.10.2")
testImplementation(group = "org.junit.jupiter", name = "junit-jupiter", version = "5.10.3")
testImplementation(group = "org.assertj", name = "assertj-core", version = "3.26.0")
}

Expand Down

0 comments on commit 6a17fd7

Please sign in to comment.