Skip to content

Commit c60ca39

Browse files
committed
fix: pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-ORGJETBRAINSKOTLIN-2393744
1 parent 7c28a76 commit c60ca39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@
417417
<dependency>
418418
<groupId>com.squareup.okio</groupId>
419419
<artifactId>okio-jvm</artifactId>
420-
<version>3.9.0</version>
420+
<version>3.10.0</version>
421421
</dependency>
422422
<dependency>
423423
<groupId>com.google.code.gson</groupId>

0 commit comments

Comments
 (0)