Skip to content

Commit 89a6389

Browse files
Update dependency org.assertj:assertj-core to v3.27.3 (#15)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f30adad commit 89a6389

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

common/models/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies {
1111
testImplementation("org.junit.jupiter:junit-jupiter")
1212
testImplementation("org.junit.jupiter:junit-jupiter-params")
1313
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
14-
testImplementation("org.assertj:assertj-core:3.24.2")
14+
testImplementation("org.assertj:assertj-core:3.27.3")
1515
}
1616

1717
repositories {

common/utils/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies {
88
testImplementation("org.junit.jupiter:junit-jupiter")
99
testImplementation("org.junit.jupiter:junit-jupiter-params")
1010
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
11-
testImplementation("org.assertj:assertj-core:3.24.2")
11+
testImplementation("org.assertj:assertj-core:3.27.3")
1212
}
1313

1414
testing {

0 commit comments

Comments
 (0)