Skip to content

Commit

Permalink
Update dependency org.assertj:assertj-core to v3.26.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 1, 2025
1 parent 5b193ed commit f67fcd4
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.26.0'
testImplementation 'org.assertj:assertj-core:3.26.3'
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 f67fcd4

Please sign in to comment.