mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-08 15:16:14 +00:00
Update junit to newer version (4.13.1) (#7690)
* update junit to newer version * update junit to newer version
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
|
||||
@@ -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"
|
||||
)
|
||||
)
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user