Skip to content

Commit

Permalink
Merge pull request #11 from gresham-computing/DWN-34575_commonsIOUpgrade
Browse files Browse the repository at this point in the history
Dwn 34575 commons io upgrade
  • Loading branch information
hsmith-gresham authored Oct 20, 2020
2 parents ce3e3f5 + 7b27430 commit 5e4ee45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion openid-connect-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
</dependency>

<dependency>
<groupId>org.apache.commons</groupId>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -616,9 +616,9 @@
<version>2.5.1</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>1.3.2</version>
<version>2.8.0</version>
</dependency>
<dependency>
<groupId>ro.isdc.wro4j</groupId>
Expand Down

0 comments on commit 5e4ee45

Please sign in to comment.