Skip to content

Commit

Permalink
fix(deps): update dependency org.assertj:assertj-core to v3.27.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 18, 2025
1 parent 359cc4b commit 438516d
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.27.2")
testImplementation(group = "org.assertj", name = "assertj-core", version = "3.27.3")
testImplementation(group = "org.mockito", name = "mockito-core", version = "5.15.2")
testImplementation(group = "org.mockito", name = "mockito-junit-jupiter", version = "5.15.2")
mockitoAgent( group = "org.mockito", name = "mockito-core", version = "5.15.2") {
Expand Down

0 comments on commit 438516d

Please sign in to comment.