Skip to content

Commit 1b9685b

Browse files
Bump com.squareup.okio:okio from 1.17.2 to 1.17.6
Bumps [com.squareup.okio:okio](https://github.com/square/okio) from 1.17.2 to 1.17.6. - [Changelog](https://github.com/square/okio/blob/master/CHANGELOG.md) - [Commits](square/okio@okio-parent-1.17.2...okio-parent-1.17.6) --- updated-dependencies: - dependency-name: com.squareup.okio:okio dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ecd6aad commit 1b9685b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ flexible messaging model and an intuitive client API.</description>
206206
<kubernetesclient.version>18.0.0</kubernetesclient.version>
207207
<okhttp3.version>4.9.3</okhttp3.version>
208208
<!-- use okio version that matches the okhttp3 version -->
209-
<okio.version>2.8.0</okio.version>
209+
<okio.version>1.17.6</okio.version>
210210
<!-- override kotlin-stdlib used by okio in order to address CVE-2020-29582 -->
211211
<kotlin-stdlib.version>1.4.32</kotlin-stdlib.version>
212212
<nsq-client.version>1.0</nsq-client.version>

pulsar-sql/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<!-- keep using okhttp3 3.x for Presto -->
4343
<okhttp3.version>3.14.9</okhttp3.version>
4444
<!-- use okio version that matches the okhttp3 version -->
45-
<okio.version>1.17.2</okio.version>
45+
<okio.version>1.17.6</okio.version>
4646
<airlift.version>0.199</airlift.version>
4747
</properties>
4848

0 commit comments

Comments
 (0)