Skip to content

Commit

Permalink
Update dependency org.assertj:assertj-core to v3.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 31, 2024
1 parent 57722ae commit 16d5fcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdf-generator/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies {
}
implementation group: 'com.github.librepdf', name: 'openpdf', version: openPdf

testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.24.2'
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.26.0'
testImplementation group: 'org.hamcrest', name: 'hamcrest', version: '2.2'

testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: junit
Expand Down

0 comments on commit 16d5fcc

Please sign in to comment.