Skip to content

Commit

Permalink
chore(deps): update dependency org.assertj:assertj-core to v3.24.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 21, 2023
1 parent 1825722 commit cc9c3de
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 @@ -16,7 +16,7 @@ dependencies {
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.8.1")
testImplementation(group = "org.assertj", name = "assertj-core", version = "3.21.0")
testImplementation(group = "org.assertj", name = "assertj-core", version = "3.24.2")
}

tasks.withType<Test>().configureEach {
Expand Down

0 comments on commit cc9c3de

Please sign in to comment.