Skip to content

Commit

Permalink
update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
tywo45 committed Jul 12, 2019
1 parent b844838 commit 670c8a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,15 @@
<log4j.version>1.2.17</log4j.version>
<jdk.version>1.8</jdk.version>
<junit.version>4.12</junit.version>
<commons-collections4.version>4.3</commons-collections4.version>
<commons-collections4.version>4.4</commons-collections4.version>
<commons-io.version>2.6</commons-io.version>
<commons-lang3.version>3.9</commons-lang3.version>
<commons-codec.version>1.12</commons-codec.version>
<commons-compress.version>1.18</commons-compress.version>
<fastjson.version>1.2.58</fastjson.version>
<testng.version>6.14.3</testng.version>
<hutool.version>4.5.16</hutool.version>
<protobuf-java.version>3.8.0</protobuf-java.version>
<protobuf-java.version>3.9.0</protobuf-java.version>
<commons-beanutils.version>1.9.3</commons-beanutils.version>
<protobuf-java-format.version>1.4</protobuf-java-format.version>
<protostuff.version>1.6.0</protostuff.version>
Expand Down Expand Up @@ -312,7 +312,7 @@
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>4.0.0</version>
<version>4.0.1</version>
</dependency>


Expand Down

0 comments on commit 670c8a8

Please sign in to comment.