From 92c12d8d80ec78b9143904d5776c1f4cc93d6057 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 15:37:28 +0000 Subject: [PATCH] chore(deps): 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](https://github.com/google/gson/compare/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] --- hiero-dependency-versions/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hiero-dependency-versions/build.gradle.kts b/hiero-dependency-versions/build.gradle.kts index 3f855b7f8..0d3c07910 100644 --- a/hiero-dependency-versions/build.gradle.kts +++ b/hiero-dependency-versions/build.gradle.kts @@ -10,7 +10,7 @@ group = "com.hedera.hashgraph" dependencies.constraints { api("com.esaulpaugh:headlong:12.3.3") { because("com.esaulpaugh.headlong") } - api("com.google.code.gson:gson:2.10.1") { because("com.google.gson") } + api("com.google.code.gson:gson:2.11.0") { because("com.google.gson") } api("com.google.protobuf:protobuf-java:4.29.1") { because("com.google.protobuf") } api("com.google.protobuf:protobuf-javalite:4.29.1") { because("com.google.protobuf") } api("io.grpc:grpc-api:1.68.2") { because("io.grpc") }