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

@@ -107,7 +107,7 @@ dependencies {
compile group: 'org.apache.oltu.oauth2', name: 'org.apache.oltu.oauth2.client', version: '1.0.1'
compile group: 'org.apache.commons', name: 'commons-lang3', version: '3.9'
compile 'org.threeten:threetenbp:1.4.0'
testCompile 'junit:junit:4.12'
testCompile 'junit:junit:4.13'
}
javadoc {

View File

@@ -18,7 +18,7 @@ lazy val root = (project in file(".")).
"org.threeten" % "threetenbp" % "1.4.0" % "compile",
"io.gsonfire" % "gson-fire" % "1.8.3" % "compile",
"javax.annotation" % "jsr250-api" % "1.0" % "compile",
"junit" % "junit" % "4.12" % "test",
"junit" % "junit" % "4.13" % "test",
"com.novocode" % "junit-interface" % "0.10" % "test"
)
)

View File

@@ -266,7 +266,7 @@
<threetenbp-version>1.4.0</threetenbp-version>
<maven-plugin-version>1.0.0</maven-plugin-version>
<javax-annotation-version>1.0</javax-annotation-version>
<junit-version>4.12</junit-version>
<junit-version>4.13</junit-version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
</project>