mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-11 08:22:45 +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:
@@ -117,7 +117,7 @@ ext {
|
||||
jackson_databind_nullable_version = "0.2.1"
|
||||
jersey_version = "1.19.4"
|
||||
jodatime_version = "2.9.9"
|
||||
junit_version = "4.13"
|
||||
junit_version = "4.13.1"
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
||||
@@ -132,7 +132,7 @@
|
||||
<jackson-databind-version>2.10.3</jackson-databind-version>
|
||||
<jackson-databind-nullable-version>0.2.1</jackson-databind-nullable-version>
|
||||
<javax-annotation-version>1.3.2</javax-annotation-version>
|
||||
<junit-version>4.13</junit-version>
|
||||
<junit-version>4.13.1</junit-version>
|
||||
<reactor-version>3.1.8.RELEASE</reactor-version>
|
||||
<reactor-netty-version>0.7.8.RELEASE</reactor-netty-version>
|
||||
</properties>
|
||||
|
||||
Reference in New Issue
Block a user