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

@@ -52,7 +52,7 @@ artifacts {
ext {
swagger_annotations_version = "1.5.22"
jackson_version = "2.9.9"
junit_version = "4.13"
junit_version = "4.13.1"
}
dependencies {

View File

@@ -216,6 +216,6 @@
<jackson-version>2.9.9</jackson-version>
<jackson-databind-nullable-version>0.2.1</jackson-databind-nullable-version>
<javax-annotation-version>1.3.2</javax-annotation-version>
<junit-version>4.13</junit-version>
<junit-version>4.13.1</junit-version>
</properties>
</project>