Skip to content

Commit

Permalink
Regenerate template after fix bad version (OpenAPITools#2901)
Browse files Browse the repository at this point in the history
  • Loading branch information
Patouche committed Aug 26, 2020
1 parent de83150 commit 3ea0019
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion samples/client/petstore/java/vertx-no-nullable/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ ext {
jackson_databind_version = "2.10.4"
vertx_version = "3.4.2"
junit_version = "4.13"
jackson_threeten_version = "2.9.10"
}

dependencies {
Expand All @@ -43,7 +44,7 @@ dependencies {
compile "com.fasterxml.jackson.core:jackson-annotations:$jackson_version"
compile "com.fasterxml.jackson.core:jackson-databind:$jackson_databind_version"
compile "com.fasterxml.jackson.datatype:jackson-datatype-jsr310:$jackson_version"
compile "com.github.joschi.jackson:jackson-datatype-threetenbp:$jackson_version"
compile "com.github.joschi.jackson:jackson-datatype-threetenbp:jackson_threeten_version"
compile 'javax.annotation:javax.annotation-api:1.3.2'
testCompile "junit:junit:$junit_version"
testCompile "io.vertx:vertx-unit:$vertx_version"
Expand Down

0 comments on commit 3ea0019

Please sign in to comment.