Skip to content

Commit

Permalink
update package to use for mime
Browse files Browse the repository at this point in the history
  • Loading branch information
ibalosh committed Jun 29, 2021
1 parent 0895f78 commit 0cdc6a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</developers>

<properties>
<postmark.version>1.7.2</postmark.version>
<postmark.version>1.7.3</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>
Expand Down Expand Up @@ -91,7 +91,7 @@
<!-- MIME auto detect on files -->
<dependency>
<groupId>org.apache.tika</groupId>
<artifactId>tika-bundle</artifactId>
<artifactId>tika-core</artifactId>
<version>1.25</version>
</dependency>

Expand Down

0 comments on commit 0cdc6a0

Please sign in to comment.