Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update deps to fix CVEs.
- Update jackson-databind to 2.21.0 to address CVE-2025-52999
- Update mockwebserver to 4.12.0 to address CVE-2020-15250
  • Loading branch information
tychobrailleur committed Jan 21, 2026
commit da0baf5807d907d6da79faec21c7cf606c5b126e
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.14.0</version>
<version>2.21.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand All @@ -66,7 +66,7 @@
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>mockwebserver</artifactId>
<version>4.10.0</version>
<version>4.12.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down