Skip to content

Commit

Permalink
upgrade pdfbox dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzido committed Jul 4, 2018
1 parent c8eed5f commit 246dabb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@
<dependency>
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox</artifactId>
<version>2.0.9</version>
<version>2.0.11</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -290,9 +290,9 @@
</dependency>

<dependency>
<groupId>com.levigo.jbig2</groupId>
<artifactId>levigo-jbig2-imageio</artifactId>
<version>2.0</version>
<groupId>org.apache.pdfbox</groupId>
<artifactId>jbig2-imageio</artifactId>
<version>3.0.1</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 246dabb

Please sign in to comment.