aboutsummaryrefslogtreecommitdiff
path: root/METADATA
blob: 8d2e2c95eecf19bbd85f8866be5a6e5c3f96323a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# 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
    value: "https://github.com/google/gson"
  }
  url {
    type: GIT
    value: "https://github.com/google/gson.git"
  }
  version: "gson-parent-2.10.1"
  license_type: NOTICE
  security {
    tag: "NVD-CPE2.3:cpe:/a:google:gson:2.10.1"
  }
  last_upgrade_date {
    year: 2023
    month: 9
    day: 27
  }
}