Skip to content

Commit 7faa116

Browse files
committed
fix(deps): update vulnerable dependencies
Packages updated: - jackson-databind: 2.13.4 → 2.19.0 (≥2.13.4.2 required; CVE: uncontrolled resource consumption) Fixes Dependabot security alerts.
1 parent 5ecad1e commit 7faa116

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<dependency>
3939
<groupId>com.fasterxml.jackson.core</groupId>
4040
<artifactId>jackson-databind</artifactId>
41-
<version>2.13.4</version>
41+
<version>2.19.0</version>
4242
</dependency>
4343

4444
<!-- JUnit for testing -->

0 commit comments

Comments
 (0)