diff --git a/README.md b/README.md
index 6ee0a79561..c780a99a48 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,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.12.0'
+ implementation 'com.google.code.gson:gson:2.12.1'
}
```
@@ -33,7 +33,7 @@ Maven:
com.google.code.gson
gson
- 2.12.0
+ 2.12.1
```
diff --git a/UserGuide.md b/UserGuide.md
index 395d4887da..99adc5d406 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.12.0'
+ implementation 'com.google.code.gson:gson:2.12.1'
}
```
@@ -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.12.0
+ 2.12.1
compile
diff --git a/extras/pom.xml b/extras/pom.xml
index 8ae8a65c39..862136b9d5 100644
--- a/extras/pom.xml
+++ b/extras/pom.xml
@@ -19,7 +19,7 @@
com.google.code.gson
gson-parent
- 2.12.1-SNAPSHOT
+ 2.12.1
gson-extras
@@ -30,7 +30,7 @@
- 2025-01-27T22:40:20Z
+ 2025-01-30T22:49:46Z
true
diff --git a/gson/pom.xml b/gson/pom.xml
index 42876fc60e..ef33fbea0e 100644
--- a/gson/pom.xml
+++ b/gson/pom.xml
@@ -20,7 +20,7 @@
com.google.code.gson
gson-parent
- 2.12.1-SNAPSHOT
+ 2.12.1
gson
@@ -36,7 +36,7 @@
- 2025-01-27T22:40:20Z
+ 2025-01-30T22:49:46Z
**/Java17*
diff --git a/metrics/pom.xml b/metrics/pom.xml
index e5c63ffc4b..77cc534f14 100644
--- a/metrics/pom.xml
+++ b/metrics/pom.xml
@@ -19,7 +19,7 @@
com.google.code.gson
gson-parent
- 2.12.1-SNAPSHOT
+ 2.12.1
gson-metrics
diff --git a/pom.xml b/pom.xml
index ef1afb57b0..cac1474e0c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
com.google.code.gson
gson-parent
- 2.12.1-SNAPSHOT
+ 2.12.1
pom
Gson Parent
@@ -43,7 +43,7 @@
- 2025-01-27T22:40:20Z
+ 2025-01-30T22:49:46Z
@@ -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.12.1
diff --git a/proto/pom.xml b/proto/pom.xml
index ed91ae0a09..36d544c3d7 100644
--- a/proto/pom.xml
+++ b/proto/pom.xml
@@ -19,7 +19,7 @@
com.google.code.gson
gson-parent
- 2.12.1-SNAPSHOT
+ 2.12.1
proto
@@ -29,7 +29,7 @@
- 2025-01-27T22:40:20Z
+ 2025-01-30T22:49:46Z
4.29.2
diff --git a/test-graal-native-image/pom.xml b/test-graal-native-image/pom.xml
index 854ec390ae..0acbd4865d 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.12.1-SNAPSHOT
+ 2.12.1
test-graal-native-image
Test: GraalVM Native Image
diff --git a/test-jpms/pom.xml b/test-jpms/pom.xml
index 8d84f00014..2c9db38c9f 100644
--- a/test-jpms/pom.xml
+++ b/test-jpms/pom.xml
@@ -19,7 +19,7 @@
com.google.code.gson
gson-parent
- 2.12.1-SNAPSHOT
+ 2.12.1
test-jpms
Test: Java Platform Module System (JPMS)
diff --git a/test-shrinker/pom.xml b/test-shrinker/pom.xml
index b978548464..af6f8d3bce 100644
--- a/test-shrinker/pom.xml
+++ b/test-shrinker/pom.xml
@@ -20,7 +20,7 @@
com.google.code.gson
gson-parent
- 2.12.1-SNAPSHOT
+ 2.12.1
test-shrinker
Test: Code shrinking (ProGuard / R8)