From aaebc56f919ac27f48b4ab15a3d1889324e3255a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 09:26:31 +0200 Subject: [PATCH 1/3] Bump com.influxdb:influxdb-client-core from 6.9.0 to 6.10.0 in /cnf (#2295) * Bump com.influxdb:flux-dsl from 6.9.0 to 6.10.0 in /cnf Bumps [com.influxdb:flux-dsl](https://github.com/influxdata/influxdb-client-java) from 6.9.0 to 6.10.0. - [Release notes](https://github.com/influxdata/influxdb-client-java/releases) - [Changelog](https://github.com/influxdata/influxdb-client-java/blob/master/CHANGELOG.md) - [Commits](https://github.com/influxdata/influxdb-client-java/compare/v6.9.0...v6.10.0) --- updated-dependencies: - dependency-name: com.influxdb:flux-dsl dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Bump com.influxdb:influxdb-client-utils from 6.9.0 to 6.10.0 in /cnf Bumps [com.influxdb:influxdb-client-utils](https://github.com/influxdata/influxdb-client-java) from 6.9.0 to 6.10.0. - [Release notes](https://github.com/influxdata/influxdb-client-java/releases) - [Changelog](https://github.com/influxdata/influxdb-client-java/blob/master/CHANGELOG.md) - [Commits](https://github.com/influxdata/influxdb-client-java/compare/v6.9.0...v6.10.0) --- updated-dependencies: - dependency-name: com.influxdb:influxdb-client-utils dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Bump com.influxdb:influxdb-client-core from 6.9.0 to 6.10.0 in /cnf Bumps [com.influxdb:influxdb-client-core](https://github.com/influxdata/influxdb-client-java) from 6.9.0 to 6.10.0. - [Release notes](https://github.com/influxdata/influxdb-client-java/releases) - [Changelog](https://github.com/influxdata/influxdb-client-java/blob/master/CHANGELOG.md) - [Commits](https://github.com/influxdata/influxdb-client-java/compare/v6.9.0...v6.10.0) --- updated-dependencies: - dependency-name: com.influxdb:influxdb-client-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Bump com.influxdb:influxdb-client-java from 6.9.0 to 6.10.0 in /cnf Bumps [com.influxdb:influxdb-client-java](https://github.com/influxdata/influxdb-client-java) from 6.9.0 to 6.10.0. - [Release notes](https://github.com/influxdata/influxdb-client-java/releases) - [Changelog](https://github.com/influxdata/influxdb-client-java/blob/master/CHANGELOG.md) - [Commits](https://github.com/influxdata/influxdb-client-java/compare/v6.9.0...v6.10.0) --- updated-dependencies: - dependency-name: com.influxdb:influxdb-client-java dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Update bnd files --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Stefan Feilmeier --- cnf/pom.xml | 8 ++++---- io.openems.wrapper/influxdb-client-core.bnd | 4 ++-- io.openems.wrapper/influxdb-client-java.bnd | 4 ++-- io.openems.wrapper/influxdb-client-utils.bnd | 4 ++-- io.openems.wrapper/influxdb-flux-dsl.bnd | 4 ++-- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/cnf/pom.xml b/cnf/pom.xml index 9b82f858a51..80883710685 100644 --- a/cnf/pom.xml +++ b/cnf/pom.xml @@ -277,22 +277,22 @@ com.influxdb influxdb-client-java - 6.9.0 + 6.10.0 com.influxdb influxdb-client-core - 6.9.0 + 6.10.0 com.influxdb influxdb-client-utils - 6.9.0 + 6.10.0 com.influxdb flux-dsl - 6.9.0 + 6.10.0 org.java-websocket diff --git a/io.openems.wrapper/influxdb-client-core.bnd b/io.openems.wrapper/influxdb-client-core.bnd index 5625cef6d70..461b0b50f23 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: 6.9.0 +Bundle-Version: 6.10.0 Include-Resource: \ - @influxdb-client-core-6.9.0.jar,\ + @influxdb-client-core-6.10.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 cd0cbc607d3..82051e329f7 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: 6.9.0 +Bundle-Version: 6.10.0 Include-Resource: \ - @influxdb-client-java-6.9.0.jar,\ + @influxdb-client-java-6.10.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 f7383ae61b3..6ed11921f67 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: 6.9.0 +Bundle-Version: 6.10.0 Include-Resource: \ - @influxdb-client-utils-6.9.0.jar,\ + @influxdb-client-utils-6.10.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 a187f8bb256..4a8aee4e099 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: 6.9.0 +Bundle-Version: 6.10.0 Include-Resource: \ - @flux-dsl-6.9.0.jar,\ + @flux-dsl-6.10.0.jar,\ Export-Package: \ com.influxdb.query,\ From e466361e078d823f0f77e6ab45b6a7543e10479f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 09:46:42 +0200 Subject: [PATCH 2/3] Bump org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm from 1.7.2 to 1.7.3 in /cnf (#2293) * Bump org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm in /cnf Bumps [org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm](https://github.com/Kotlin/kotlinx.coroutines) from 1.7.2 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](https://github.com/Kotlin/kotlinx.coroutines/compare/1.7.2...1.7.3) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Update bnd file --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Stefan Feilmeier --- cnf/pom.xml | 2 +- io.openems.wrapper/kotlinx-coroutines-core-jvm.bnd | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cnf/pom.xml b/cnf/pom.xml index 80883710685..ae4b1fa94bb 100644 --- a/cnf/pom.xml +++ b/cnf/pom.xml @@ -307,7 +307,7 @@ org.jetbrains.kotlinx kotlinx-coroutines-core-jvm - 1.7.2 + 1.7.3 diff --git a/io.openems.wrapper/kotlinx-coroutines-core-jvm.bnd b/io.openems.wrapper/kotlinx-coroutines-core-jvm.bnd index d5a49a3b2f3..b87724e93dc 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.7.2 +Bundle-Version: 1.7.3 Include-Resource: \ - @kotlinx-coroutines-core-jvm-1.7.2.jar,\ + @kotlinx-coroutines-core-jvm-1.7.3.jar,\ Export-Package: \ kotlinx.coroutines,\ From 82f3007476f14fbd36dd96dbab464c81c713fd17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 10:31:09 +0200 Subject: [PATCH 3/3] Bump com.google.guava:guava from 32.1.1-jre to 32.1.2-jre in /cnf (#2292) * Bump com.google.guava:guava from 32.1.1-jre to 32.1.2-jre in /cnf Bumps [com.google.guava:guava](https://github.com/google/guava) from 32.1.1-jre to 32.1.2-jre. - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) --- updated-dependencies: - dependency-name: com.google.guava:guava dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Update bndrun --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Stefan Feilmeier --- cnf/build.bnd | 4 ++-- cnf/pom.xml | 2 +- io.openems.backend.application/BackendApp.bndrun | 2 +- io.openems.edge.application/EdgeApp.bndrun | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cnf/build.bnd b/cnf/build.bnd index f9ebe54ff60..e5abf55d31f 100644 --- a/cnf/build.bnd +++ b/cnf/build.bnd @@ -40,12 +40,12 @@ buildpath: \ org.osgi.service.metatype;version='1.4.1',\ org.osgi.service.metatype.annotations;version='1.4.1',\ org.osgi.util.promise;version='1.2.0',\ - com.google.guava;version='32.1.1.jre',\ + com.google.guava;version='32.1.2.jre',\ com.google.gson;version='2.10.1',\ testpath: \ slf4j.simple,\ - \${junit} + \${junit} # OpenEMS Eclipse IDE Workingsets -workingset = \ diff --git a/cnf/pom.xml b/cnf/pom.xml index ae4b1fa94bb..73fe2e5e460 100644 --- a/cnf/pom.xml +++ b/cnf/pom.xml @@ -37,7 +37,7 @@ com.google.guava guava - 32.1.1-jre + 32.1.2-jre com.google.guava diff --git a/io.openems.backend.application/BackendApp.bndrun b/io.openems.backend.application/BackendApp.bndrun index 502d784c3de..3ec547a58af 100644 --- a/io.openems.backend.application/BackendApp.bndrun +++ b/io.openems.backend.application/BackendApp.bndrun @@ -60,7 +60,7 @@ Java-WebSocket;version='[1.5.4,1.5.5)',\ checker-qual;version='[3.36.0,3.36.1)',\ com.google.gson;version='[2.10.1,2.10.2)',\ - com.google.guava;version='[32.1.1,32.1.2)',\ + com.google.guava;version='[32.1.2,32.1.3)',\ com.google.guava.failureaccess;version='[1.0.1,1.0.2)',\ com.squareup.okio;version='[3.4.0,3.4.1)',\ com.zaxxer.HikariCP;version='[5.0.1,5.0.2)',\ diff --git a/io.openems.edge.application/EdgeApp.bndrun b/io.openems.edge.application/EdgeApp.bndrun index 38e8d3f879e..a944aa1c73d 100644 --- a/io.openems.edge.application/EdgeApp.bndrun +++ b/io.openems.edge.application/EdgeApp.bndrun @@ -184,7 +184,7 @@ com.fazecast.jSerialComm;version='[2.5.1,2.5.2)',\ com.ghgande.j2mod;version='[2.5.5,2.5.6)',\ com.google.gson;version='[2.10.1,2.10.2)',\ - com.google.guava;version='[32.1.1,32.1.2)',\ + com.google.guava;version='[32.1.2,32.1.3)',\ com.google.guava.failureaccess;version='[1.0.1,1.0.2)',\ com.squareup.okio;version='[3.4.0,3.4.1)',\ com.sun.jna;version='[5.13.0,5.13.1)',\