Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsm5 authored Nov 16, 2022
1 parent e0222e8 commit a853196
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions aspose/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@
<artifactId>lombok</artifactId>
</dependency>

<!-- Explicit dependency to mitigate CVE-2022-3171 -->
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.21.9</version>
</dependency>

<!-- Tika library -->
<dependency>
<groupId>org.apache.tika</groupId>
Expand Down

0 comments on commit a853196

Please sign in to comment.