Skip to content

Commit a50fdf0

Browse files
chore(deps): Bump okio from 3.3.0 to 3.4.0 (#602)
* chore(deps): Bump okio from 3.3.0 to 3.4.0 Bumps [okio](https://github.com/square/okio) from 3.3.0 to 3.4.0. - [Changelog](https://github.com/square/okio/blob/master/CHANGELOG.md) - [Commits](square/okio@parent-3.3.0...parent-3.4.0) --- updated-dependencies: - dependency-name: com.squareup.okio:okio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * docs: Update CHANGELOG.md --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jakub Bednář <jakub.bednar@gmail.com>
1 parent 1031c1c commit a50fdf0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Update dependencies:
1818
- [#588](https://github.com/influxdata/influxdb-client-java/pull/588): `scala-library` to `2.12.18`
1919
- [#589](https://github.com/influxdata/influxdb-client-java/pull/589): `kotlin` to `1.8.22`
2020
- [#592](https://github.com/influxdata/influxdb-client-java/pull/592): `akka` to `2.6.21`
21+
- [#602](https://github.com/influxdata/influxdb-client-java/pull/602): `okio` to `3.4.0`
2122

2223
#### Maven:
2324
- [#569](https://github.com/influxdata/influxdb-client-java/pull/569): `maven-enforcer-plugin` to `3.3.0`

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110

111111
<dependency.retrofit.version>2.9.0</dependency.retrofit.version>
112112
<dependency.okhttp3.version>4.10.0</dependency.okhttp3.version>
113-
<dependency.com.squareup.okio>3.3.0</dependency.com.squareup.okio>
113+
<dependency.com.squareup.okio>3.4.0</dependency.com.squareup.okio>
114114
<dependency.gson.version>2.10.1</dependency.gson.version>
115115
<dependency.io.reactivex.rxjava3>3.1.6</dependency.io.reactivex.rxjava3>
116116

0 commit comments

Comments
 (0)