Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmanko committed Dec 11, 2021
1 parent 010a48f commit bebac89
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,19 @@
<dependency>
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox</artifactId>
<version>2.0.21</version>
<version>2.0.24</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.10</version>
<version>1.7.32</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-csv</artifactId>
<version>1.2</version>
<version>1.9.0</version>
<scope>compile</scope>
</dependency>
<!-- Test Dependencies -->
Expand All @@ -47,13 +47,13 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.4</version>
<version>2.5</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
<version>1.9.2</version>
<version>1.14.3</version>
<type>jar</type>
</dependency>
</dependencies>
Expand Down Expand Up @@ -147,4 +147,4 @@
<properties>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
</properties>
</project>
</project>

0 comments on commit bebac89

Please sign in to comment.