Skip to content

Commit 6f7d1d9

Browse files
committed
fix: encoding/pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-10332631
1 parent 236feb9 commit 6f7d1d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

encoding/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<dependency>
1919
<groupId>org.msgpack</groupId>
2020
<artifactId>jackson-dataformat-msgpack</artifactId>
21-
<version>0.8.20</version>
21+
<version>0.9.2</version>
2222
</dependency>
2323

2424
<dependency>
@@ -48,7 +48,7 @@
4848
<dependency>
4949
<groupId>de.undercouch</groupId>
5050
<artifactId>bson4jackson</artifactId>
51-
<version>2.9.2</version>
51+
<version>2.13.0</version>
5252
</dependency>
5353
</dependencies>
5454
</project>

0 commit comments

Comments
 (0)