Skip to content

Commit 854db1d

Browse files
authored
Merge pull request #5 from sstremovsky/fix/security-deps-20260609
fix(deps): update jackson-databind to fix high CVE (uncontrolled resource consumption)
2 parents 5ecad1e + 7faa116 commit 854db1d

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)