diff --git a/cnf/build.bnd b/cnf/build.bnd index 3c42895f80c..c0bce03e8c1 100644 --- a/cnf/build.bnd +++ b/cnf/build.bnd @@ -41,7 +41,7 @@ buildpath: \ org.osgi.service.metatype.annotations;version='1.4.1',\ org.osgi.util.promise;version='1.2.0',\ com.google.guava;version='33.2.0.jre',\ - com.google.gson;version='2.10.1',\ + com.google.gson;version='2.11.0',\ testpath: \ slf4j.simple,\ diff --git a/cnf/pom.xml b/cnf/pom.xml index 69d37dd48f0..2ebbc2688ea 100644 --- a/cnf/pom.xml +++ b/cnf/pom.xml @@ -33,7 +33,7 @@ com.google.code.gson gson - 2.10.1 + 2.11.0 com.google.guava @@ -271,22 +271,22 @@ com.influxdb influxdb-client-java - 7.0.0 + 7.1.0 com.influxdb influxdb-client-core - 7.0.0 + 7.1.0 com.influxdb influxdb-client-utils - 7.0.0 + 7.1.0 com.influxdb flux-dsl - 7.0.0 + 7.1.0 org.java-websocket @@ -296,12 +296,12 @@ org.jetbrains.kotlin kotlin-osgi-bundle - 1.9.23 + 1.9.24 org.jetbrains.kotlinx kotlinx-coroutines-core-jvm - 1.8.0 + 1.8.1 diff --git a/io.openems.backend.application/BackendApp.bndrun b/io.openems.backend.application/BackendApp.bndrun index ff19a98eb97..4c4283c9e71 100644 --- a/io.openems.backend.application/BackendApp.bndrun +++ b/io.openems.backend.application/BackendApp.bndrun @@ -60,7 +60,7 @@ -runbundles: \ Java-WebSocket;version='[1.5.4,1.5.5)',\ - com.google.gson;version='[2.10.1,2.10.2)',\ + com.google.gson;version='[2.11.0,2.11.1)',\ com.google.guava;version='[33.2.0,33.2.1)',\ com.google.guava.failureaccess;version='[1.0.2,1.0.3)',\ com.squareup.okio;version='[3.9.0,3.9.1)',\ @@ -111,7 +111,7 @@ org.apache.felix.scr;version='[2.2.10,2.2.11)',\ org.apache.felix.webconsole;version='[5.0.2,5.0.3)',\ org.apache.felix.webconsole.plugins.ds;version='[2.3.0,2.3.1)',\ - org.jetbrains.kotlin.osgi-bundle;version='[1.9.23,1.9.24)',\ + org.jetbrains.kotlin.osgi-bundle;version='[1.9.24,1.9.25)',\ 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)',\ diff --git a/io.openems.edge.application/EdgeApp.bndrun b/io.openems.edge.application/EdgeApp.bndrun index ed67e7b0e75..5bee66c6b24 100644 --- a/io.openems.edge.application/EdgeApp.bndrun +++ b/io.openems.edge.application/EdgeApp.bndrun @@ -194,7 +194,7 @@ bcutil;version='[1.70.0,1.70.1)',\ com.fazecast.jSerialComm;version='[2.10.4,2.10.5)',\ com.ghgande.j2mod;version='[3.2.1,3.2.2)',\ - com.google.gson;version='[2.10.1,2.10.2)',\ + com.google.gson;version='[2.11.0,2.11.1)',\ com.google.guava;version='[33.2.0,33.2.1)',\ com.google.guava.failureaccess;version='[1.0.2,1.0.3)',\ com.squareup.okio;version='[3.9.0,3.9.1)',\ @@ -404,7 +404,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='[1.9.23,1.9.24)',\ + org.jetbrains.kotlin.osgi-bundle;version='[1.9.24,1.9.25)',\ org.jsoup;version='[1.17.2,1.17.3)',\ org.jsr-305;version='[3.0.2,3.0.3)',\ org.openmuc.jmbus;version='[3.3.0,3.3.1)',\ diff --git a/io.openems.wrapper/influxdb-client-core.bnd b/io.openems.wrapper/influxdb-client-core.bnd index 393a0f73745..7798c9f3287 100644 --- a/io.openems.wrapper/influxdb-client-core.bnd +++ b/io.openems.wrapper/influxdb-client-core.bnd @@ -2,10 +2,10 @@ Bundle-Name: influxdb-client-core Bundle-Description: The Java InfluxDB 2.0 Client Core Bundle-DocURL: https://github.com/influxdata/influxdb-client-java Bundle-License: https://opensource.org/licenses/MIT -Bundle-Version: 7.0.0 +Bundle-Version: 7.1.0 Include-Resource: \ - @influxdb-client-core-7.0.0.jar,\ + @influxdb-client-core-7.1.0.jar,\ Export-Package: \ com.influxdb,\ diff --git a/io.openems.wrapper/influxdb-client-java.bnd b/io.openems.wrapper/influxdb-client-java.bnd index 7c862ce2e4c..d104a2e8891 100644 --- a/io.openems.wrapper/influxdb-client-java.bnd +++ b/io.openems.wrapper/influxdb-client-java.bnd @@ -2,10 +2,10 @@ Bundle-Name: influxdb-client-java Bundle-Description: The Java InfluxDB 2.0 Client Java Bundle-DocURL: https://github.com/influxdata/influxdb-client-java Bundle-License: https://opensource.org/licenses/MIT -Bundle-Version: 7.0.0 +Bundle-Version: 7.1.0 Include-Resource: \ - @influxdb-client-java-7.0.0.jar,\ + @influxdb-client-java-7.1.0.jar,\ Export-Package: \ com.influxdb.client,\ diff --git a/io.openems.wrapper/influxdb-client-utils.bnd b/io.openems.wrapper/influxdb-client-utils.bnd index 3fe9e8fd05e..32ffc20d813 100644 --- a/io.openems.wrapper/influxdb-client-utils.bnd +++ b/io.openems.wrapper/influxdb-client-utils.bnd @@ -2,10 +2,10 @@ Bundle-Name: influxdb-client-utils Bundle-Description: The Java InfluxDB 2.0 Client Utils Bundle-DocURL: https://github.com/influxdata/influxdb-client-java Bundle-License: https://opensource.org/licenses/MIT -Bundle-Version: 7.0.0 +Bundle-Version: 7.1.0 Include-Resource: \ - @influxdb-client-utils-7.0.0.jar,\ + @influxdb-client-utils-7.1.0.jar,\ Export-Package: \ com.influxdb.utils,\ diff --git a/io.openems.wrapper/influxdb-flux-dsl.bnd b/io.openems.wrapper/influxdb-flux-dsl.bnd index f731585750e..d7c95c16634 100644 --- a/io.openems.wrapper/influxdb-flux-dsl.bnd +++ b/io.openems.wrapper/influxdb-flux-dsl.bnd @@ -2,10 +2,10 @@ Bundle-Name: influxdb-flux-dsl Bundle-Description: The Java InfluxDB 2.0 Flux DSL Bundle-DocURL: https://github.com/influxdata/influxdb-client-java Bundle-License: https://opensource.org/licenses/MIT -Bundle-Version: 7.0.0 +Bundle-Version: 7.1.0 Include-Resource: \ - @flux-dsl-7.0.0.jar,\ + @flux-dsl-7.1.0.jar,\ Export-Package: \ com.influxdb.query,\ diff --git a/io.openems.wrapper/kotlinx-coroutines-core-jvm.bnd b/io.openems.wrapper/kotlinx-coroutines-core-jvm.bnd index ad36e0c51f6..eaafb47be8d 100644 --- a/io.openems.wrapper/kotlinx-coroutines-core-jvm.bnd +++ b/io.openems.wrapper/kotlinx-coroutines-core-jvm.bnd @@ -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.0 +Bundle-Version: 1.8.1 Include-Resource: \ - @kotlinx-coroutines-core-jvm-1.8.0.jar,\ + @kotlinx-coroutines-core-jvm-1.8.1.jar,\ Export-Package: \ kotlinx.coroutines,\