Skip to content

Commit

Permalink
Merge pull request #427 from splunk/fix-vulnerabilites
Browse files Browse the repository at this point in the history
  • Loading branch information
VihasMakwana authored Mar 19, 2024
2 parents 755f97d + 0140f6c commit 06afc55
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,14 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.24.0</version>
<version>1.26.0</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.squareup.okio/okio-jvm -->
<dependency>
<groupId>com.squareup.okio</groupId>
<artifactId>okio-jvm</artifactId>
<version>3.4.0</version>
<scope>runtime</scope>
</dependency>

</dependencies>
Expand Down

0 comments on commit 06afc55

Please sign in to comment.