Update pom.xml

fix warning Deserialization of Untrusted Data in Gson
This commit is contained in:
Anthony Calosa
2022-05-21 08:21:53 +08:00
committed by GitHub
parent 8220857193
commit 476a85c658

View File

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