Skip to content

Commit

Permalink
Bump com.google.code.gson:gson from 2.10.1 to 2.11.0
Browse files Browse the repository at this point in the history
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] committed Jun 13, 2024
1 parent 1e8225a commit be4beaa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ext {
aws_sdk_v2_version: "2.26.1",
aws_lambda_core_version: "1.2.3",
aws_lambda_events_version: "3.11.6",
gson: "2.10.1",
gson: "2.11.0",
jetbrains_annotations: "24.1.0",
nimbusds_oauth_version: "10.13.2",
nimbusds_jwt_version: "9.40",
Expand Down
2 changes: 1 addition & 1 deletion orchestration-shared-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies {
configurations.cloudwatch,
configurations.pact_provider,
"org.eclipse.jetty:jetty-server:11.0.18",
"com.google.code.gson:gson:2.10.1"
"com.google.code.gson:gson:2.11.0"

implementation project(":orchestration-shared")
implementation project(":frontend-api")
Expand Down
2 changes: 1 addition & 1 deletion shared-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies {
configurations.ssm,
configurations.cloudwatch,
"org.eclipse.jetty:jetty-server:11.0.18",
"com.google.code.gson:gson:2.10.1"
"com.google.code.gson:gson:2.11.0"

implementation project(":shared")
implementation project(":frontend-api")
Expand Down

0 comments on commit be4beaa

Please sign in to comment.