Skip to content

Commit

Permalink
updated libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
ibalosh committed Feb 28, 2023
1 parent 065b858 commit 1cef892
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 1.9.12

* code cleanup for http client
* updated tika to 2.7.0, jersey client to 2.3.9

## 1.9.11

* code cleanup (better decoupling of components, folder restructure and other small cleanups)
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
</developers>

<properties>
<postmark.version>1.9.11</postmark.version>
<postmark.version>1.9.12</postmark.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.8</java.version>
<jackson.minimum.version>2.9.7</jackson.minimum.version>
<jackson.version>2.14.1</jackson.version>
<jersey.version>2.37</jersey.version>
<jersey.version>2.39</jersey.version>
<junit.jupiter.version>5.8.2</junit.jupiter.version>
<junit.platform.version>1.3.2</junit.platform.version>
</properties>
Expand Down Expand Up @@ -95,7 +95,7 @@
<dependency>
<groupId>org.apache.tika</groupId>
<artifactId>tika-core</artifactId>
<version>2.6.0</version>
<version>2.7.0</version>
</dependency>


Expand Down

0 comments on commit 1cef892

Please sign in to comment.