Skip to content

Commit

Permalink
update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
tywo45 committed May 7, 2019
1 parent a6792fd commit f3a8880
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@
<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.57</fastjson.version>
<fastjson.version>1.2.58</fastjson.version>
<testng.version>6.14.3</testng.version>
<hutool.version>4.5.7</hutool.version>
<hutool.version>4.5.8</hutool.version>
<protobuf-java.version>3.7.1</protobuf-java.version>
<commons-beanutils.version>1.9.3</commons-beanutils.version>
<protobuf-java-format.version>1.4</protobuf-java-format.version>
Expand Down Expand Up @@ -508,7 +508,7 @@
<dependency>
<groupId>io.github.classgraph</groupId>
<artifactId>classgraph</artifactId>
<version>4.8.27</version>
<version>4.8.29</version>
</dependency>
<dependency>
<groupId>com.thoughtworks.paranamer</groupId>
Expand Down Expand Up @@ -804,12 +804,12 @@
<artifactId>sharding-jdbc-core</artifactId>
<version>${shardingsphere.version}</version>
</dependency>

<!--
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.6</version>
</dependency>
</dependency>-->

<dependency>
<groupId>org.tmatesoft.svnkit</groupId>
Expand Down

0 comments on commit f3a8880

Please sign in to comment.