Skip to content

Commit

Permalink
fix(deps): update dependency org.assertj:assertj-core to v3.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 22, 2024
1 parent 79f89c4 commit 4fd3336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies {
testImplementation(platform("org.junit:junit-bom:5.11.4"))
testImplementation("org.junit.jupiter:junit-jupiter")
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
testImplementation(group = "org.assertj", name = "assertj-core", version = "3.26.3")
testImplementation(group = "org.assertj", name = "assertj-core", version = "3.27.0")
testImplementation(group = "org.mockito", name = "mockito-core", version = "5.14.2")
testImplementation(group = "org.mockito", name = "mockito-junit-jupiter", version = "5.14.2")
mockitoAgent( group = "org.mockito", name = "mockito-core", version = "5.14.2") {
Expand Down

0 comments on commit 4fd3336

Please sign in to comment.