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

@@ -101,7 +101,7 @@ ext {
jackson_databind_nullable_version = "0.2.1"
spring_web_version = "5.2.5.RELEASE"
jodatime_version = "2.9.9"
junit_version = "4.13"
junit_version = "4.13.1"
jackson_threeten_version = "2.9.10"
}

View File

@@ -287,6 +287,6 @@
<javax-annotation-version>1.3.2</javax-annotation-version>
<jackson-threetenbp-version>2.9.10</jackson-threetenbp-version>
<maven-plugin-version>1.0.0</maven-plugin-version>
<junit-version>4.13</junit-version>
<junit-version>4.13.1</junit-version>
</properties>
</project>