diff --git a/jsonschema2pojo-gradle-plugin/example/android/app/build.gradle b/jsonschema2pojo-gradle-plugin/example/android/app/build.gradle index 539a16377..d7b28eef3 100644 --- a/jsonschema2pojo-gradle-plugin/example/android/app/build.gradle +++ b/jsonschema2pojo-gradle-plugin/example/android/app/build.gradle @@ -30,7 +30,7 @@ dependencies { // Required for @Generated annotation implementation 'org.glassfish:javax.annotation:10.0-b28' // Required if generating Gson annotations - implementation 'com.google.code.gson:gson:2.10.1' + implementation 'com.google.code.gson:gson:2.11.0' // Required if generating Moshi 1.x annotations implementation 'com.squareup.moshi:moshi:1.12.0' // Required if generating JSR-303 annotations diff --git a/jsonschema2pojo-gradle-plugin/example/android/lib/build.gradle b/jsonschema2pojo-gradle-plugin/example/android/lib/build.gradle index b4d8247f3..5ba58afcd 100644 --- a/jsonschema2pojo-gradle-plugin/example/android/lib/build.gradle +++ b/jsonschema2pojo-gradle-plugin/example/android/lib/build.gradle @@ -26,7 +26,7 @@ android { dependencies { // Required if generating Gson annotations - implementation 'com.google.code.gson:gson:2.10.1' + implementation 'com.google.code.gson:gson:2.11.0' // Required if generating Moshi 1.x annotations implementation 'com.squareup.moshi:moshi:1.12.0' // Required if generating JSR-303 annotations