Skip to content

Commit

Permalink
update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
tywo45 committed Mar 1, 2020
1 parent 8bcdbaf commit fb0e033
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,16 +62,16 @@
<commons-compress.version>1.20</commons-compress.version>
<fastjson.version>1.2.60</fastjson.version>
<testng.version>7.1.0</testng.version>
<hutool.version>5.1.4</hutool.version>
<hutool.version>5.1.5</hutool.version>
<protobuf-java.version>3.11.4</protobuf-java.version>
<commons-beanutils.version>1.9.4</commons-beanutils.version>
<protobuf-java-format.version>1.4</protobuf-java-format.version>
<protostuff.version>1.6.2</protostuff.version>
<redisson.version>3.12.2</redisson.version>
<redisson.version>3.12.3</redisson.version>
<jodd.version>5.1.3</jodd.version>
<quartz.version>2.3.2</quartz.version>
<caffeine.version>2.8.1</caffeine.version>
<binarywang.version>3.6.0</binarywang.version>
<binarywang.version>3.7.0</binarywang.version>
<zxing.version>3.4.0</zxing.version>
<httpcore.version>4.4.13</httpcore.version>
<httpclient.version>4.5.11</httpclient.version>
Expand Down Expand Up @@ -129,7 +129,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>2.2.4.RELEASE</version>
<version>2.2.5.RELEASE</version>
<type>pom</type>
</dependency>

Expand Down Expand Up @@ -655,7 +655,7 @@
<dependency>
<groupId>org.apache.curator</groupId>
<artifactId>curator-x-discovery</artifactId>
<version>4.2.0</version>
<version>4.3.0</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -716,7 +716,7 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-bom</artifactId>
<version>4.1.45.Final</version>
<version>4.1.46.Final</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit fb0e033

Please sign in to comment.