Skip to content

Commit

Permalink
Corrected security vulnerability, updated deprecated dependency path.
Browse files Browse the repository at this point in the history
  • Loading branch information
rjzupkoii committed Oct 5, 2020
1 parent c6ae11f commit a850916
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions pom-examples.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>ForestSim</groupId>
<artifactId>ForestSim</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>

<build>
<sourceDirectory>.</sourceDirectory>
Expand Down Expand Up @@ -53,7 +53,7 @@
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
<version>1.9.3</version>
<version>1.9.4</version>
</dependency>
<dependency>
<groupId>colt</groupId>
Expand All @@ -66,9 +66,9 @@
<version>1.13</version>
</dependency>
<dependency>
<groupId>itext</groupId>
<artifactId>itext</artifactId>
<version>1.2.3</version>
<groupId>com.itextpdf</groupId>
<artifactId>itextpdf</artifactId>
<version>5.5.13</version>
</dependency>
<dependency>
<groupId>javax.media</groupId>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
<version>1.9.3</version>
<version>1.9.4</version>
</dependency>
<dependency>
<groupId>colt</groupId>
Expand All @@ -54,9 +54,9 @@
<version>1.13</version>
</dependency>
<dependency>
<groupId>itext</groupId>
<artifactId>itext</artifactId>
<version>1.2.3</version>
<groupId>com.itextpdf</groupId>
<artifactId>itextpdf</artifactId>
<version>5.5.13</version>
</dependency>
<dependency>
<groupId>javax.media</groupId>
Expand Down

0 comments on commit a850916

Please sign in to comment.