Skip to content

Commit

Permalink
fix(deps): update dependency org.assertj:assertj-core to v3.25.3 (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 7, 2024
1 parent bdb0491 commit a31ae1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ dependencies {
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
testImplementation("com.github.tomakehurst:wiremock:2.27.2")
testImplementation("ru.lanwen.wiremock:wiremock-junit5:1.3.1")
testImplementation("org.assertj:assertj-core:3.25.2")
testImplementation("org.assertj:assertj-core:3.25.3")
// This cannot be updated to 5.x as it requires Java 11,
// but we are running CI on Java 8 in .github/workflows/java-versions.yml.
testImplementation("org.mockito:mockito-junit-jupiter:4.11.0")
Expand Down

0 comments on commit a31ae1b

Please sign in to comment.