upgrade to JUnit 4.13 (#4899)

This commit is contained in:
sullis
2020-01-01 21:20:29 -08:00
committed by William Cheng
parent 89e963c072
commit 178a3e24bd
158 changed files with 158 additions and 158 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.12"
junit_version = "4.13"
jackson_threeten_version = "2.9.10"
}

View File

@@ -16,7 +16,7 @@ lazy val root = (project in file(".")).
"com.fasterxml.jackson.core" % "jackson-annotations" % "2.9.10" % "compile",
"com.fasterxml.jackson.core" % "jackson-databind" % "2.9.10.1" % "compile",
"com.github.joschi.jackson" % "jackson-datatype-threetenbp" % "2.9.10" % "compile",
"junit" % "junit" % "4.12" % "test",
"junit" % "junit" % "4.13" % "test",
"com.novocode" % "junit-interface" % "0.10" % "test"
)
)

View File

@@ -263,6 +263,6 @@
<jackson-databind-nullable-version>0.2.1</jackson-databind-nullable-version>
<jackson-threetenbp-version>2.9.10</jackson-threetenbp-version>
<maven-plugin-version>1.0.0</maven-plugin-version>
<junit-version>4.12</junit-version>
<junit-version>4.13</junit-version>
</properties>
</project>