Skip to content

Commit fe653e3

Browse files
authored
Merge pull request #1687 from ChengDaqi2023/oscs_fix_cj3hhl8au51p3s58c5ng
fix(sec): upgrade com.squareup.okio:okio to 3.5.0
2 parents 238331d + b1c848b commit fe653e3

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
@@ -38,7 +38,7 @@
3838
<spotbugs-maven-plugin.failOnError>true</spotbugs-maven-plugin.failOnError>
3939
<hamcrest.version>2.2</hamcrest.version>
4040
<okhttp3.version>4.9.2</okhttp3.version>
41-
<okio.version>2.10.0</okio.version>
41+
<okio.version>3.5.0</okio.version>
4242
<!-- Using this as the minimum bar for code coverage. Adding methods without covering them will fail this. -->
4343
<jacoco.coverage.target.bundle.method>0.70</jacoco.coverage.target.bundle.method>
4444
<jacoco.coverage.target.class.method>0.50</jacoco.coverage.target.class.method>

0 commit comments

Comments
 (0)