Skip to content

Commit

Permalink
Update dependency org.assertj:assertj-core to v3.27.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 18, 2025
1 parent 50e9a6a commit 6c994be
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.27.0'
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.27.3'
testImplementation group: 'org.hamcrest', name: 'hamcrest', version: '3.0'

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

0 comments on commit 6c994be

Please sign in to comment.