Update junit to newer version (4.13.1) (#7690)

* update junit to newer version

* update junit to newer version
This commit is contained in:
William Cheng
2020-10-14 10:10:32 +08:00
committed by GitHub
parent 3c869d5b12
commit b768e42704
116 changed files with 119 additions and 119 deletions

View File

@@ -140,7 +140,7 @@
<maven.compiler.target>${java.version}</maven.compiler.target>
<swagger-core-version>1.5.18</swagger-core-version>
<jetty-version>9.2.9.v20150224</jetty-version>
<junit-version>4.13</junit-version>
<junit-version>4.13.1</junit-version>
<logback-version>1.1.7</logback-version>
<servlet-api-version>2.5</servlet-api-version>
<cxf-version>3.2.7</cxf-version>