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

@@ -102,7 +102,7 @@ ext {
google_api_client_version = "1.23.0"
jersey_common_version = "2.25.1"
jodatime_version = "2.9.9"
junit_version = "4.13"
junit_version = "4.13.1"
jackson_threeten_version = "2.9.10"
}

View File

@@ -17,7 +17,7 @@ lazy val root = (project in file(".")).
"com.fasterxml.jackson.core" % "jackson-databind" % "2.10.4" % "compile",
"com.github.joschi.jackson" % "jackson-datatype-threetenbp" % "2.9.10" % "compile",
"javax.annotation" % "javax.annotation-api" % "1.3.2" % "compile",
"junit" % "junit" % "4.13" % "test",
"junit" % "junit" % "4.13.1" % "test",
"com.novocode" % "junit-interface" % "0.10" % "test"
)
)

View File

@@ -274,6 +274,6 @@
<jackson-threetenbp-version>2.9.10</jackson-threetenbp-version>
<javax-annotation-version>1.3.2</javax-annotation-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>