Skip to content

Commit d5175c5

Browse files
authored
bump assertj-core to 3.27.7 (#1980)
Signed-off-by: Joshua Li <joshuali925@gmail.com>
1 parent 411d04a commit d5175c5

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
@@ -219,7 +219,7 @@ dependencies {
219219
implementation "com.fasterxml.jackson.core:jackson-databind:${versions.jackson}"
220220
implementation "com.fasterxml.jackson.core:jackson-annotations:${versions.jackson_annotations}"
221221
testImplementation(
222-
'org.assertj:assertj-core:3.16.1',
222+
'org.assertj:assertj-core:3.27.7',
223223
'org.junit.jupiter:junit-jupiter-api:5.6.2'
224224
)
225225
testRuntimeOnly('org.junit.jupiter:junit-jupiter-engine:5.6.2')

0 commit comments

Comments
 (0)