Skip to content

Commit 9a407f8

Browse files
committed
Fix CVE in old GSON dependency
1 parent 804b0d4 commit 9a407f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@
7070
<dependency>
7171
<groupId>com.google.code.gson</groupId>
7272
<artifactId>gson</artifactId>
73-
<version>2.8.8</version>
73+
<version>2.9.1</version>
74+
<scope>provided</scope>
7475
</dependency>
7576

7677
</dependencies>

0 commit comments

Comments
 (0)