Bump GSON dependency in the Java quickstart template (#14462)

changelog_begin
Bumped the GSON dependency in the Java quickstart template to 2.9.0 to avoid users to be exposed to https://www.cve.org/CVERecord?id=CVE-2022-25647 by mistake
changelog_end
This commit is contained in:
Stefano Baghino 2022-07-18 16:19:21 +02:00 committed by GitHub
parent 34b3913be8
commit ccc65d4da5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,7 +43,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.6</version>
<version>2.9.0</version>
</dependency>
</dependencies>