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 3281721 commit c7ea668Copy full SHA for c7ea668
2 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 1.8.4
4
+
5
+* updated tika to 2.6.0 and jersey client to 2.37
6
7
## 1.8.3
8
9
* removed slf4j-simple dependency
pom.xml
@@ -23,7 +23,7 @@
23
</developers>
24
25
<properties>
26
- <postmark.version>1.8.3</postmark.version>
+ <postmark.version>1.8.4</postmark.version>
27
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
28
<java.version>1.8</java.version>
29
<jackson.minimum.version>2.9.7</jackson.minimum.version>
0 commit comments