Skip to content

Commit

Permalink
Bump com.google.code.gson:gson from 2.9.1 to 2.11.0 (#141)
Browse files Browse the repository at this point in the history
* Bump com.google.code.gson:gson from 2.9.1 to 2.11.0

Bumps [com.google.code.gson:gson](https://github.com/google/gson) from 2.9.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.9.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>

* Update sbom (#141)

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Erik Rehm <erik.rehm@tracetronic.de>
  • Loading branch information
dependabot[bot] and ErikRehmTT authored Sep 26, 2024
1 parent a047706 commit 8f7c8e4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ dependencies {

// ecu.test-java-rest-client
api 'io.swagger:swagger-annotations:1.6.14'
api 'com.google.code.gson:gson:2.9.1'
api 'com.google.code.gson:gson:2.11.0'
api 'io.gsonfire:gson-fire:1.8.5'
api 'com.squareup.okhttp3:logging-interceptor:4.12.0'
api 'org.apache.commons:commons-lang3:3.12.0'
Expand Down
8 changes: 4 additions & 4 deletions config/allowed_licenses.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,17 +57,17 @@
},
{
"moduleLicense": "Apache-2.0",
"moduleVersion": "2.9.1",
"moduleVersion": "2.11.0",
"moduleName": "com.google.code.gson:gson",
"licenseUrl": "https://github.com/google/gson/blob/gson-parent-2.9.1/gson/LICENSE",
"licenseUrl": "https://github.com/google/gson/blob/gson-parent-2.11.0/gson/LICENSE",
"moduleCopyright": "Copyright 2008-2011 Google Inc.",
"actualLicense" : "$moduleLicense"
},
{
"moduleLicense": "Apache 2.0",
"moduleVersion": "2.7.1",
"moduleVersion": "2.27.0",
"moduleName": "com.google.errorprone:error_prone_annotations",
"licenseUrl": "https://github.com/google/error-prone/blob/v2.7.1/COPYING",
"licenseUrl": "https://github.com/google/error-prone/blob/v2.27.0/COPYING",
"moduleCopyright": "Copyright 2015 The Error Prone Authors.",
"actualLicense" : "$moduleLicense"
},
Expand Down

0 comments on commit 8f7c8e4

Please sign in to comment.