This update for google-gson fixes the following issues:
Fixed security issue:
CVE-2022-25647: Deserialization of Untrusted Data (bsc#1199064)
Other non security fixes:
Build with Java >= 9 in order to produce a modular jar by
compiling the module-info.java sources with all other classes
built with release 8 and still compatible with Java 8
Upgrade to version 2.8.9 (jsc#SLE-24261)
Make OSGi bundle's dependency on sun.misc optional.