We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69e95b2 commit cf4b949Copy full SHA for cf4b949
CHANGELOG.txt
@@ -1,5 +1,11 @@
1
== Changelog
2
3
+=== 1.9.1 (released 26.09.2024)
4
+* Bump pdfbox from 3.0.2 to 3.0.3 (#41)
5
+* Bump junit from 5.10.3 to 5.11.1 (#43) (#45)
6
+* Bump assertj from 3.26.0 to 3.26.3 (#39)
7
+* Bump hamcrest from 2.2 to 3.0 (#40)
8
+
9
=== 1.9.0 (released 08.07.2024)
10
* Add soft assertions for AssertJ (#37)
11
* #8 Set timeout when reading PDF from URL - thanks to Pavlo Glushchenko (#28)
build.gradle
@@ -13,7 +13,7 @@ plugins {
13
14
group = 'com.codeborne'
15
archivesBaseName = 'pdf-test'
16
-version = '1.9.0'
+version = '1.9.1'
17
18
defaultTasks 'test', 'install'
19
0 commit comments