We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 068b4e6 commit 29cdf34Copy full SHA for 29cdf34
pom.xml
@@ -38,7 +38,7 @@
38
<spotbugs-maven-plugin.failOnError>true</spotbugs-maven-plugin.failOnError>
39
<hamcrest.version>2.2</hamcrest.version>
40
<okhttp3.version>4.12.0</okhttp3.version>
41
- <okio.version>3.7.0</okio.version>
+ <okio.version>3.9.0</okio.version>
42
<!-- Using this as the minimum bar for code coverage. Adding methods without covering them will fail this. -->
43
<jacoco.coverage.target.bundle.method>0.70</jacoco.coverage.target.bundle.method>
44
<jacoco.coverage.target.class.method>0.50</jacoco.coverage.target.class.method>
0 commit comments