aboutsummaryrefslogtreecommitdiff
path: root/METADATA
diff options
context:
space:
mode:
Diffstat (limited to 'METADATA')
-rw-r--r--METADATA18
1 files changed, 12 insertions, 6 deletions
diff --git a/METADATA b/METADATA
index 71e90854..ce36b887 100644
--- a/METADATA
+++ b/METADATA
@@ -1,7 +1,9 @@
-name: "gson"
-description:
- "A Java serialization/deserialization library to convert Java Objects into JSON and back"
+# This project was upgraded with external_updater.
+# Usage: tools/external_updater/updater.sh update gson
+# For more info, check https://cs.android.com/android/platform/superproject/+/master:tools/external_updater/README.md
+name: "gson"
+description: "A Java serialization/deserialization library to convert Java Objects into JSON and back"
third_party {
url {
type: HOMEPAGE
@@ -11,10 +13,14 @@ third_party {
type: GIT
value: "https://github.com/google/gson.git"
}
- version: "2.9.1"
- last_upgrade_date { year: 2022 month: 8 day: 9 }
+ version: "gson-parent-2.10"
license_type: NOTICE
security {
tag: "NVD-CPE2.3:cpe:/a:google:gson:2.9.1"
}
-} \ No newline at end of file
+ last_upgrade_date {
+ year: 2022
+ month: 11
+ day: 10
+ }
+}