Skip to content

Commit 0d4ba79

Browse files
committed
[security]: resolved Deserialization of Untrusted Data in Gson;
ref: https://github.com/fluid-ecosystem/example/security/dependabot/3
1 parent e4001e0 commit 0d4ba79

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

example-receive/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<dependency>
2828
<groupId>com.google.code.gson</groupId>
2929
<artifactId>gson</artifactId>
30-
<version>2.8.8</version>
30+
<version>2.8.9</version>
3131
</dependency>
3232
<dependency>
3333
<groupId>org.slf4j</groupId>

example-send/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<dependency>
2828
<groupId>com.google.code.gson</groupId>
2929
<artifactId>gson</artifactId>
30-
<version>2.8.8</version>
30+
<version>2.8.9</version>
3131
</dependency>
3232
<dependency>
3333
<groupId>org.slf4j</groupId>

0 commit comments

Comments
 (0)