Skip to content

Commit

Permalink
Update dependency org.assertj:assertj-core to v3.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 1, 2024
1 parent d215330 commit 76be6ce
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.25.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 76be6ce

Please sign in to comment.