diff --git a/modules/openapi-generator/src/main/resources/android/build.mustache b/modules/openapi-generator/src/main/resources/android/build.mustache index 52f3c886112..0252d8b8750 100644 --- a/modules/openapi-generator/src/main/resources/android/build.mustache +++ b/modules/openapi-generator/src/main/resources/android/build.mustache @@ -75,8 +75,8 @@ android { ext { - swagger_annotations_version = "1.5.0" - gson_version = "2.3.1" + swagger_annotations_version = "1.6.6" + gson_version = "2.8.9" httpclient_version = "4.5.13" httpcore_version = "4.4.4" junit_version = "4.13" diff --git a/modules/openapi-generator/src/main/resources/android/pom.mustache b/modules/openapi-generator/src/main/resources/android/pom.mustache index 2c6f72e4cf6..d8f3e6b24b1 100644 --- a/modules/openapi-generator/src/main/resources/android/pom.mustache +++ b/modules/openapi-generator/src/main/resources/android/pom.mustache @@ -171,9 +171,8 @@ UTF-8 - 1.5.18 - 2.3.1 - 4.13.2 + 1.6.6 + 2.8.9 1.0.0 4.13.2 4.5.13 diff --git a/samples/client/petstore/android/httpclient/build.gradle b/samples/client/petstore/android/httpclient/build.gradle index 4d2c18d8227..d0dbd5aaf7a 100644 --- a/samples/client/petstore/android/httpclient/build.gradle +++ b/samples/client/petstore/android/httpclient/build.gradle @@ -49,8 +49,8 @@ android { ext { - swagger_annotations_version = "1.5.0" - gson_version = "2.3.1" + swagger_annotations_version = "1.6.6" + gson_version = "2.8.9" httpclient_version = "4.5.13" httpcore_version = "4.4.4" junit_version = "4.13" diff --git a/samples/client/petstore/android/httpclient/pom.xml b/samples/client/petstore/android/httpclient/pom.xml index 179c040e510..85f84bcccba 100644 --- a/samples/client/petstore/android/httpclient/pom.xml +++ b/samples/client/petstore/android/httpclient/pom.xml @@ -171,9 +171,8 @@ UTF-8 - 1.5.18 - 2.3.1 - 4.13.2 + 1.6.6 + 2.8.9 1.0.0 4.13.2 4.5.13