Skip to content

Commit fd8e0bb

Browse files
Update dependency org.assertj:assertj-core to v3.26.3
1 parent fd3c6c0 commit fd8e0bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jvm/example-junit5/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies {
1313
testImplementation "org.junit.jupiter:junit-jupiter:$ver_JUNIT_USE"
1414
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
1515
testImplementation 'io.rest-assured:rest-assured:5.4.0'
16-
testImplementation 'org.assertj:assertj-core:3.26.0'
16+
testImplementation 'org.assertj:assertj-core:3.26.3'
1717
testImplementation project(':selfie-runner-junit5')
1818
testImplementation 'org.jsoup:jsoup:1.17.2'
1919
testImplementation 'com.vladsch.flexmark:flexmark-html2md-converter:0.64.8'

0 commit comments

Comments
 (0)