Skip to content

Commit

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

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

Updates `org.jetbrains.kotlinx:kotlinx-coroutines-core` from 1.6.4 to 1.7.3
- [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.6.4...1.7.3)

Updates `org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm` from 1.6.4 to 1.7.3
- [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.6.4...1.7.3)

---
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]>

* fix: inconsistent dependency

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jakub Bednar <[email protected]>
  • Loading branch information
dependabot[bot] and bednar authored Oct 6, 2023
1 parent 5e0e990 commit 66b9c23
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ Update dependencies:
- [#589](https://github.com/influxdata/influxdb-client-java/pull/589): `kotlin` to `1.8.22`
- [#592](https://github.com/influxdata/influxdb-client-java/pull/592): `akka` to `2.6.21`
- [#602](https://github.com/influxdata/influxdb-client-java/pull/602): `okio` to `3.4.0`
- [#613](https://github.com/influxdata/influxdb-client-java/pull/613): `kotlinx-coroutines` to `1.7.3`

#### Maven:
- [#569](https://github.com/influxdata/influxdb-client-java/pull/569): `maven-enforcer-plugin` to `3.3.0`
Expand Down
10 changes: 8 additions & 2 deletions client-kotlin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
</sourceLinks>
</configuration>
</plugin>

<plugin>
<groupId>com.mycila</groupId>
<artifactId>license-maven-plugin</artifactId>
Expand Down Expand Up @@ -174,6 +174,12 @@
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<exclusions>
<exclusion>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
Expand Down Expand Up @@ -225,4 +231,4 @@

</dependencies>

</project>
</project>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
<akka.version>2.6.21</akka.version>
<kotlin.version>1.9.10</kotlin.version>
<junit-jupiter.version>5.9.1</junit-jupiter.version>
<kotlin-coroutines.version>1.6.4</kotlin-coroutines.version>
<kotlin-coroutines.version>1.7.3</kotlin-coroutines.version>
<mockito.version>4.10.0</mockito.version>
</properties>

Expand Down

0 comments on commit 66b9c23

Please sign in to comment.