Skip to content

Commit

Permalink
Build(deps): Bump org.jetbrains.kotlin:kotlin-osgi-bundle from 2.0.21…
Browse files Browse the repository at this point in the history
… to 2.1.0 in /cnf (#2900)

* Build(deps): Bump org.jetbrains.kotlin:kotlin-osgi-bundle in /cnf

Bumps org.jetbrains.kotlin:kotlin-osgi-bundle from 2.0.21 to 2.1.0.

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-osgi-bundle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

* Update bndrun

---------

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 Dec 3, 2024
1 parent d9f0ba7 commit d51acec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cnf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-osgi-bundle</artifactId>
<version>2.0.21</version>
<version>2.1.0</version>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
Expand Down
2 changes: 1 addition & 1 deletion io.openems.backend.application/BackendApp.bndrun
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
org.apache.felix.scr;version='[2.2.12,2.2.13)',\
org.apache.felix.webconsole;version='[5.0.8,5.0.9)',\
org.apache.felix.webconsole.plugins.ds;version='[2.3.0,2.3.1)',\
org.jetbrains.kotlin.osgi-bundle;version='[2.0.21,2.0.22)',\
org.jetbrains.kotlin.osgi-bundle;version='[2.1.0,2.1.1)',\
org.jsr-305;version='[3.0.2,3.0.3)',\
org.ops4j.pax.logging.pax-logging-api;version='[2.2.1,2.2.2)',\
org.ops4j.pax.logging.pax-logging-log4j2;version='[2.2.1,2.2.2)',\
Expand Down
2 changes: 1 addition & 1 deletion io.openems.edge.application/EdgeApp.bndrun
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@
org.eclipse.jetty.io;version='[9.4.28,9.4.29)',\
org.eclipse.jetty.util;version='[9.4.28,9.4.29)',\
org.eclipse.paho.mqttv5.client;version='[1.2.5,1.2.6)',\
org.jetbrains.kotlin.osgi-bundle;version='[2.0.21,2.0.22)',\
org.jetbrains.kotlin.osgi-bundle;version='[2.1.0,2.1.1)',\
org.jsoup;version='[1.18.1,1.18.2)',\
org.jsr-305;version='[3.0.2,3.0.3)',\
org.openmuc.jmbus;version='[3.3.0,3.3.1)',\
Expand Down

0 comments on commit d51acec

Please sign in to comment.