Skip to content

Commit

Permalink
Merge pull request #1687 from ChengDaqi2023/oscs_fix_cj3hhl8au51p3s58…
Browse files Browse the repository at this point in the history
…c5ng

fix(sec): upgrade com.squareup.okio:okio to 3.5.0
  • Loading branch information
bitwiseman authored Aug 15, 2023
2 parents 238331d + b1c848b commit fe653e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<spotbugs-maven-plugin.failOnError>true</spotbugs-maven-plugin.failOnError>
<hamcrest.version>2.2</hamcrest.version>
<okhttp3.version>4.9.2</okhttp3.version>
<okio.version>2.10.0</okio.version>
<okio.version>3.5.0</okio.version>
<!-- Using this as the minimum bar for code coverage. Adding methods without covering them will fail this. -->
<jacoco.coverage.target.bundle.method>0.70</jacoco.coverage.target.bundle.method>
<jacoco.coverage.target.class.method>0.50</jacoco.coverage.target.class.method>
Expand Down

0 comments on commit fe653e3

Please sign in to comment.