From df4300b1804de056e712008cc3fcf3241f2843d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 21:26:41 +0000 Subject: [PATCH] Bump com.squareup.moshi:moshi Bumps [com.squareup.moshi:moshi](https://github.com/square/moshi) from 1.12.0 to 1.15.1. - [Changelog](https://github.com/square/moshi/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/moshi/compare/parent-1.12.0...1.15.1) --- updated-dependencies: - dependency-name: com.squareup.moshi:moshi dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- jsonschema2pojo-gradle-plugin/example/android/app/build.gradle | 2 +- jsonschema2pojo-gradle-plugin/example/android/lib/build.gradle | 2 +- .../example/android/libMoshi/build.gradle | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/jsonschema2pojo-gradle-plugin/example/android/app/build.gradle b/jsonschema2pojo-gradle-plugin/example/android/app/build.gradle index 539a16377..b0fcb6c2c 100644 --- a/jsonschema2pojo-gradle-plugin/example/android/app/build.gradle +++ b/jsonschema2pojo-gradle-plugin/example/android/app/build.gradle @@ -32,7 +32,7 @@ dependencies { // Required if generating Gson annotations implementation 'com.google.code.gson:gson:2.10.1' // Required if generating Moshi 1.x annotations - implementation 'com.squareup.moshi:moshi:1.12.0' + implementation 'com.squareup.moshi:moshi:1.15.1' // Required if generating JSR-303 annotations implementation 'javax.validation:validation-api:2.0.1.Final' implementation 'jakarta.validation:jakarta.validation-api:3.0.2' diff --git a/jsonschema2pojo-gradle-plugin/example/android/lib/build.gradle b/jsonschema2pojo-gradle-plugin/example/android/lib/build.gradle index b4d8247f3..7296ce426 100644 --- a/jsonschema2pojo-gradle-plugin/example/android/lib/build.gradle +++ b/jsonschema2pojo-gradle-plugin/example/android/lib/build.gradle @@ -28,7 +28,7 @@ dependencies { // Required if generating Gson annotations implementation 'com.google.code.gson:gson:2.10.1' // Required if generating Moshi 1.x annotations - implementation 'com.squareup.moshi:moshi:1.12.0' + implementation 'com.squareup.moshi:moshi:1.15.1' // Required if generating JSR-303 annotations implementation 'javax.validation:validation-api:2.0.1.Final' implementation 'jakarta.validation:jakarta.validation-api:3.0.2' diff --git a/jsonschema2pojo-gradle-plugin/example/android/libMoshi/build.gradle b/jsonschema2pojo-gradle-plugin/example/android/libMoshi/build.gradle index 5f70b0cbb..0487361fd 100644 --- a/jsonschema2pojo-gradle-plugin/example/android/libMoshi/build.gradle +++ b/jsonschema2pojo-gradle-plugin/example/android/libMoshi/build.gradle @@ -28,7 +28,7 @@ dependencies { // Required for @Generated annotation implementation 'org.glassfish:javax.annotation:10.0-b28' // Required if generating Moshi 1.x annotations - implementation 'com.squareup.moshi:moshi:1.12.0' + implementation 'com.squareup.moshi:moshi:1.15.1' // Required if generating JSR-303 annotations implementation 'javax.validation:validation-api:2.0.1.Final' }