Skip to content

Commit

Permalink
chore(deps): bump com.squareup.okio:okio from 3.7.0 to 3.8.0 (#692)
Browse files Browse the repository at this point in the history
* chore(deps): bump com.squareup.okio:okio from 3.7.0 to 3.8.0

Bumps [com.squareup.okio:okio](https://github.com/square/okio) from 3.7.0 to 3.8.0.
- [Changelog](https://github.com/square/okio/blob/master/CHANGELOG.md)
- [Commits](square/okio@parent-3.7.0...parent-3.8.0)

---
updated-dependencies:
- dependency-name: com.squareup.okio:okio
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* docs: Update CHANGELOG.md [skip CI]

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jakub Bednář <[email protected]>
  • Loading branch information
dependabot[bot] and bednar authored Mar 4, 2024
1 parent 72be69e commit a83260c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Update dependencies:
#### Build:
- [#678](https://github.com/influxdata/influxdb-client-java/pull/678): `karaf` to `4.4.5`
- [#680](https://github.com/influxdata/influxdb-client-java/pull/680): `micrometer-registry-influx` to `1.12.2`
- [#692](https://github.com/influxdata/influxdb-client-java/pull/692): `okio` to `3.8.0`

#### Maven:
- [#676](https://github.com/influxdata/influxdb-client-java/pull/676): `maven-compiler-plugin` to `3.12.1`
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@

<dependency.retrofit.version>2.9.0</dependency.retrofit.version>
<dependency.okhttp3.version>4.12.0</dependency.okhttp3.version>
<dependency.com.squareup.okio>3.7.0</dependency.com.squareup.okio>
<dependency.com.squareup.okio>3.8.0</dependency.com.squareup.okio>
<dependency.gson.version>2.10.1</dependency.gson.version>
<dependency.io.reactivex.rxjava3>3.1.8</dependency.io.reactivex.rxjava3>

Expand Down

0 comments on commit a83260c

Please sign in to comment.