Skip to content

Commit

Permalink
chore(deps): bump kotlin-coroutines.version from 1.7.3 to 1.8.0 (#690)
Browse files Browse the repository at this point in the history
* chore(deps): bump kotlin-coroutines.version from 1.7.3 to 1.8.0

Bumps `kotlin-coroutines.version` from 1.7.3 to 1.8.0.

Updates `org.jetbrains.kotlinx:kotlinx-coroutines-core` from 1.7.3 to 1.8.0
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md)
- [Commits](Kotlin/kotlinx.coroutines@1.7.3...1.8.0)

Updates `org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm` from 1.7.3 to 1.8.0
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md)
- [Commits](Kotlin/kotlinx.coroutines@1.7.3...1.8.0)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm
  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 7036859 commit 4ee87af
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 @@ -6,6 +6,7 @@ Update dependencies:

#### Build:
- [#678](https://github.com/influxdata/influxdb-client-java/pull/678): `karaf` to `4.4.5`
- [#690](https://github.com/influxdata/influxdb-client-java/pull/690): `kotlinx-coroutines` to `1.8.0`
- [#691](https://github.com/influxdata/influxdb-client-java/pull/691): `micrometer-registry-influx` to `1.12.3`
- [#692](https://github.com/influxdata/influxdb-client-java/pull/692): `okio` to `3.8.0`

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
<pekko.version>1.0.2</pekko.version>
<kotlin.version>1.9.22</kotlin.version>
<junit-jupiter.version>5.10.1</junit-jupiter.version>
<kotlin-coroutines.version>1.7.3</kotlin-coroutines.version>
<kotlin-coroutines.version>1.8.0</kotlin-coroutines.version>
<mockito.version>4.10.0</mockito.version>
</properties>

Expand Down

0 comments on commit 4ee87af

Please sign in to comment.