Skip to content

Commit

Permalink
release pdf-test 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
asolntsev committed Sep 26, 2024
1 parent 69e95b2 commit cf4b949
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
== Changelog

=== 1.9.1 (released 26.09.2024)
* Bump pdfbox from 3.0.2 to 3.0.3 (#41)
* Bump junit from 5.10.3 to 5.11.1 (#43) (#45)
* Bump assertj from 3.26.0 to 3.26.3 (#39)
* Bump hamcrest from 2.2 to 3.0 (#40)

=== 1.9.0 (released 08.07.2024)
* Add soft assertions for AssertJ (#37)
* #8 Set timeout when reading PDF from URL - thanks to Pavlo Glushchenko (#28)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugins {

group = 'com.codeborne'
archivesBaseName = 'pdf-test'
version = '1.9.0'
version = '1.9.1'

defaultTasks 'test', 'install'

Expand Down

0 comments on commit cf4b949

Please sign in to comment.