Skip to content

Commit 7693e08

Browse files
bump assertj-core to 3.27.7 (#1166)
Signed-off-by: Joshua Li <joshuali925@gmail.com> (cherry picked from commit 80f9b73) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 38d9389 commit 7693e08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ dependencies {
249249
implementation "org.jetbrains.kotlin:kotlin-test:${kotlin_version}"
250250

251251
testImplementation(
252-
'org.assertj:assertj-core:3.16.1',
252+
'org.assertj:assertj-core:3.27.7',
253253
'org.junit.jupiter:junit-jupiter-api:5.6.2'
254254
)
255255
testRuntimeOnly('org.junit.jupiter:junit-jupiter-engine:5.6.2')

0 commit comments

Comments
 (0)