build: Upgrade dependency version
Signed-off-by: fit2-zhao <yong.zhao@fit2cloud.com>
This commit is contained in:
parent
34c2fd3f56
commit
5a1c9627d7
|
@ -372,6 +372,12 @@
|
|||
<groupId>com.apifan.common</groupId>
|
||||
<artifactId>common-random</artifactId>
|
||||
<version>${common-random.version}</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>com.google.guava</groupId>
|
||||
<artifactId>guava</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.github.mifmif</groupId>
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -50,7 +50,7 @@
|
|||
<xmindjbehaveplugin.version>0.8</xmindjbehaveplugin.version>
|
||||
<metersphere-plugin-core.version>2.0</metersphere-plugin-core.version>
|
||||
<plexus.version>3.0.24</plexus.version>
|
||||
<common-random.version>1.0.14</common-random.version>
|
||||
<common-random.version>1.0.21</common-random.version>
|
||||
<generex.version>1.0.2</generex.version>
|
||||
<json-lib.version>2.4</json-lib.version>
|
||||
<json-schema-validator.version>2.2.14</json-schema-validator.version>
|
||||
|
|
Loading…
Reference in New Issue