diff --git a/README.md b/README.md index 9c2f41ef1..aa99d05e1 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ There are a few open-source projects that can convert Java objects to JSON. Howe Gradle: ```gradle dependencies { - implementation 'com.google.code.gson:gson:2.13.1' + implementation 'com.google.code.gson:gson:2.13.2' } ``` @@ -40,7 +40,7 @@ Maven: com.google.code.gson gson - 2.13.1 + 2.13.2 ``` diff --git a/UserGuide.md b/UserGuide.md index a5f00e0f7..98ae6d7c5 100644 --- a/UserGuide.md +++ b/UserGuide.md @@ -76,7 +76,7 @@ The Gson instance does not maintain any state while invoking JSON operations. So ```gradle dependencies { - implementation 'com.google.code.gson:gson:2.13.1' + implementation 'com.google.code.gson:gson:2.13.2' } ``` @@ -90,7 +90,7 @@ To use Gson with Maven2/3, you can use the Gson version available in Maven Centr com.google.code.gson gson - 2.13.1 + 2.13.2 compile diff --git a/extras/pom.xml b/extras/pom.xml index 01e47a714..823ed1a54 100644 --- a/extras/pom.xml +++ b/extras/pom.xml @@ -19,11 +19,11 @@ com.google.code.gson gson-parent - 2.13.2-SNAPSHOT + 2.13.2 gson-extras - 2.13.2-SNAPSHOT + 2.13.2 2008 Gson Extras Google Gson grab bag of utilities, type adapters, etc. @@ -31,7 +31,7 @@ - 2025-04-24T01:03:45Z + 2025-09-10T20:37:36Z true @@ -53,7 +53,7 @@ com.google.code.gson gson - 2.13.2-SNAPSHOT + 2.13.2 javax.annotation @@ -88,7 +88,7 @@ - gson-extras-2.12.1 + gson-parent-2.13.2 diff --git a/gson/pom.xml b/gson/pom.xml index 493f58722..7a15ec720 100644 --- a/gson/pom.xml +++ b/gson/pom.xml @@ -20,7 +20,7 @@ com.google.code.gson gson-parent - 2.13.2-SNAPSHOT + 2.13.2 gson @@ -36,7 +36,7 @@ - 2025-04-24T01:03:45Z + 2025-09-10T20:37:36Z **/Java17* diff --git a/metrics/pom.xml b/metrics/pom.xml index 5ce306b0c..48a6de6cd 100644 --- a/metrics/pom.xml +++ b/metrics/pom.xml @@ -19,7 +19,7 @@ com.google.code.gson gson-parent - 2.13.2-SNAPSHOT + 2.13.2 gson-metrics diff --git a/pom.xml b/pom.xml index d21275ef2..0520a354f 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ com.google.code.gson gson-parent - 2.13.2-SNAPSHOT + 2.13.2 pom Gson Parent @@ -43,7 +43,7 @@ - 2025-04-24T01:03:45Z + 2025-09-10T20:37:36Z @@ -58,7 +58,7 @@ https://github.com/google/gson/ scm:git:https://github.com/google/gson.git scm:git:git@github.com:google/gson.git - HEAD + gson-parent-2.13.2 diff --git a/proto/pom.xml b/proto/pom.xml index cdb6b3d4b..e81cab552 100644 --- a/proto/pom.xml +++ b/proto/pom.xml @@ -19,7 +19,7 @@ com.google.code.gson gson-parent - 2.13.2-SNAPSHOT + 2.13.2 proto @@ -29,7 +29,7 @@ - 2025-04-24T01:03:45Z + 2025-09-10T20:37:36Z 4.32.0 diff --git a/test-graal-native-image/pom.xml b/test-graal-native-image/pom.xml index 16c525fd4..27af2ad10 100644 --- a/test-graal-native-image/pom.xml +++ b/test-graal-native-image/pom.xml @@ -19,7 +19,7 @@ com.google.code.gson gson-parent - 2.13.2-SNAPSHOT + 2.13.2 test-graal-native-image Test: GraalVM Native Image diff --git a/test-jpms/pom.xml b/test-jpms/pom.xml index 7c1bcb4df..bd4773ec2 100644 --- a/test-jpms/pom.xml +++ b/test-jpms/pom.xml @@ -19,7 +19,7 @@ com.google.code.gson gson-parent - 2.13.2-SNAPSHOT + 2.13.2 test-jpms Test: Java Platform Module System (JPMS) diff --git a/test-shrinker/pom.xml b/test-shrinker/pom.xml index 516c969b9..77984a720 100644 --- a/test-shrinker/pom.xml +++ b/test-shrinker/pom.xml @@ -20,7 +20,7 @@ com.google.code.gson gson-parent - 2.13.2-SNAPSHOT + 2.13.2 test-shrinker Test: Code shrinking (ProGuard / R8)