Skip to content

Commit

Permalink
Bump commons-io to version 27, xercesImpl to 2.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bpross-52n committed Feb 15, 2022
1 parent 2780ae3 commit 817abbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -120,7 +120,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.5</version>
<version>2.7</version>
</dependency>
<dependency>
<groupId>xml-apis</groupId>
Expand Down
2 changes: 1 addition & 1 deletion teamengine-core/pom.xml
Expand Up @@ -39,7 +39,7 @@
<dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
<version>2.12.0</version>
<version>2.12.2</version>
</dependency>
<dependency>
<!-- this optional dependency of xercesImpl is generally useful -->
Expand Down

0 comments on commit 817abbc

Please sign in to comment.