Skip to content

Commit

Permalink
Build(deps): Bump org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm f…
Browse files Browse the repository at this point in the history
…rom 1.8.1 to 1.9.0 in /cnf (#2796)

* Build(deps): Bump org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm

Bumps [org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm](https://github.com/Kotlin/kotlinx.coroutines) from 1.8.1 to 1.9.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.8.1...1.9.0)

---
updated-dependencies:
- 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]>

* Update bnd

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Stefan Feilmeier <[email protected]>
  • Loading branch information
dependabot[bot] and sfeilmeier authored Sep 20, 2024
1 parent c1f5106 commit 29eb8df
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cnf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-core-jvm</artifactId>
<version>1.8.1</version>
<version>1.9.0</version>
</dependency>
<dependency>
<!-- HTML processing -->
Expand Down
2 changes: 1 addition & 1 deletion io.openems.wrapper/bnd.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ Bundle-Description: This wraps external java libraries that do not have OSGi hea
org.dhatim:fastexcel;version='0.18.2',\
org.dhatim:fastexcel-reader;version='0.18.2',\
org.eclipse.paho.mqttv5.client;version='1.2.5',\
org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm;version='1.7.3',\
org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm;version='1.9.0',\
4 changes: 2 additions & 2 deletions io.openems.wrapper/kotlinx-coroutines-core-jvm.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ Bundle-Name: kotlinx-coroutines-core-jvm
Bundle-Description: The Java InfluxDB 2.0 Client Core
Bundle-DocURL: https://github.com/influxdata/influxdb-client-client
Bundle-License: https://opensource.org/licenses/MIT
Bundle-Version: 1.8.1
Bundle-Version: 1.9.0

Include-Resource: \
@kotlinx-coroutines-core-jvm-1.8.1.jar,\
@kotlinx-coroutines-core-jvm-1.9.0.jar,\

Export-Package: \
kotlinx.coroutines,\
Expand Down

0 comments on commit 29eb8df

Please sign in to comment.