Skip to content

Commit 1cef892

Browse files
committed
updated libraries
1 parent 065b858 commit 1cef892

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 1.9.12
4+
5+
* code cleanup for http client
6+
* updated tika to 2.7.0, jersey client to 2.3.9
7+
38
## 1.9.11
49

510
* code cleanup (better decoupling of components, folder restructure and other small cleanups)

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
</developers>
2424

2525
<properties>
26-
<postmark.version>1.9.11</postmark.version>
26+
<postmark.version>1.9.12</postmark.version>
2727
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2828
<java.version>1.8</java.version>
2929
<jackson.minimum.version>2.9.7</jackson.minimum.version>
3030
<jackson.version>2.14.1</jackson.version>
31-
<jersey.version>2.37</jersey.version>
31+
<jersey.version>2.39</jersey.version>
3232
<junit.jupiter.version>5.8.2</junit.jupiter.version>
3333
<junit.platform.version>1.3.2</junit.platform.version>
3434
</properties>
@@ -95,7 +95,7 @@
9595
<dependency>
9696
<groupId>org.apache.tika</groupId>
9797
<artifactId>tika-core</artifactId>
98-
<version>2.6.0</version>
98+
<version>2.7.0</version>
9999
</dependency>
100100

101101

0 commit comments

Comments
 (0)