Skip to content

Commit 3ea0019

Browse files
committed
Regenerate template after fix bad version (OpenAPITools#2901)
1 parent de83150 commit 3ea0019

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

samples/client/petstore/java/vertx-no-nullable/build.gradle

+2-1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ ext {
3232
jackson_databind_version = "2.10.4"
3333
vertx_version = "3.4.2"
3434
junit_version = "4.13"
35+
jackson_threeten_version = "2.9.10"
3536
}
3637

3738
dependencies {
@@ -43,7 +44,7 @@ dependencies {
4344
compile "com.fasterxml.jackson.core:jackson-annotations:$jackson_version"
4445
compile "com.fasterxml.jackson.core:jackson-databind:$jackson_databind_version"
4546
compile "com.fasterxml.jackson.datatype:jackson-datatype-jsr310:$jackson_version"
46-
compile "com.github.joschi.jackson:jackson-datatype-threetenbp:$jackson_version"
47+
compile "com.github.joschi.jackson:jackson-datatype-threetenbp:jackson_threeten_version"
4748
compile 'javax.annotation:javax.annotation-api:1.3.2'
4849
testCompile "junit:junit:$junit_version"
4950
testCompile "io.vertx:vertx-unit:$vertx_version"

0 commit comments

Comments
 (0)