Skip to content

Commit

Permalink
fix(deps): update dependency org.assertj:assertj-core to v3.26.0 (#413)
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg authored Jun 3, 2024
2 parents 9303a1a + 16f2a80 commit 753f3f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jvm/example-junit5/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies {
testImplementation "org.junit.jupiter:junit-jupiter:$ver_JUNIT_USE"
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
testImplementation 'io.rest-assured:rest-assured:5.4.0'
testImplementation 'org.assertj:assertj-core:3.25.3'
testImplementation 'org.assertj:assertj-core:3.26.0'
testImplementation project(':selfie-runner-junit5')
testImplementation 'org.jsoup:jsoup:1.17.2'
testImplementation 'com.vladsch.flexmark:flexmark-html2md-converter:0.64.8'
Expand Down

0 comments on commit 753f3f2

Please sign in to comment.