Skip to content

Commit e5f74be

Browse files
Łukasz PaczosLukasPaczos
authored andcommitted
update GSON to v2.8.9
Responds to https://nvd.nist.gov/vuln/detail/CVE-2022-25647 by using a patched-up version.
1 parent 8762394 commit e5f74be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/dependencies.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ext {
55
autoValueGson : '0.0.1',
66
junit : '4.12',
77
annotation : '1.0.0',
8-
gson : '2.8.6',
8+
gson : '2.8.9',
99
retrofit : '2.7.2',
1010
okhttp3 : '4.9.0',
1111
mockito : '4.2.0',
@@ -63,4 +63,4 @@ ext {
6363
shadowJar : "com.github.jengelman.gradle.plugins:shadow:${pluginVersion.shadowJar}",
6464
mapboxSdkRegistry : "com.mapbox.gradle.plugins:sdk-registry:${pluginVersion.mapboxSdkRegistry}"
6565
]
66-
}
66+
}

0 commit comments

Comments
 (0)