Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Commit

Permalink
commons-codec 1.12 fix #282
Browse files Browse the repository at this point in the history
  • Loading branch information
venusdrogon committed Apr 22, 2019
1 parent 3cbc466 commit e64a902
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pom.xml
Expand Up @@ -44,14 +44,18 @@

<!--*********************begin dependency plugins version************************************ -->
<version.commons-beanutils>1.9.3</version.commons-beanutils>
<version.commons-codec>1.11</version.commons-codec>

<!-- http://commons.apache.org/proper/commons-codec/changes-report.html#a1.12 -->
<version.commons-codec>1.12</version.commons-codec>
<version.commons-collections>3.2.2</version.commons-collections>
<!-- http://commons.apache.org/proper/commons-collections/index.html -->
<!-- 4.3 需要 jdk1.8 -->
<version.commons-collections4>4.2</version.commons-collections4>

<version.commons-configuration>1.10</version.commons-configuration>

<!-- http://commons.apache.org/proper/commons-configuration/index.html -->
<!-- http://commons.apache.org/proper/commons-configuration/changes-report.html#a2.4 -->
<version.commons-configuration2>2.3</version.commons-configuration2>

<!--
Expand Down

0 comments on commit e64a902

Please sign in to comment.