Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump com.google.code.gson:gson from 2.10.1 to 2.11.0 in /jsonschema2pojo-gradle-plugin/example/android #1617

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump com.google.code.gson:gson
Bumps [com.google.code.gson:gson](https://github.com/google/gson) from 2.10.1 to 2.11.0.
- [Release notes](https://github.com/google/gson/releases)
- [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md)
- [Commits](google/gson@gson-parent-2.10.1...gson-parent-2.11.0)

---
updated-dependencies:
- dependency-name: com.google.code.gson:gson
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 1, 2024
commit c1f4c0424de3a92a6056dbe8e570630f95ffa22a
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Loading