Skip to content

Commit 0140f6c

Browse files
author
Vihas Splunk
committed
1 parent 755f97d commit 0140f6c

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

pom.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,14 @@
210210
<dependency>
211211
<groupId>org.apache.commons</groupId>
212212
<artifactId>commons-compress</artifactId>
213-
<version>1.24.0</version>
213+
<version>1.26.0</version>
214+
</dependency>
215+
<!-- https://mvnrepository.com/artifact/com.squareup.okio/okio-jvm -->
216+
<dependency>
217+
<groupId>com.squareup.okio</groupId>
218+
<artifactId>okio-jvm</artifactId>
219+
<version>3.4.0</version>
220+
<scope>runtime</scope>
214221
</dependency>
215222

216223
</dependencies>

0 commit comments

Comments
 (0)