From 4c6dd78a95f29e8b325575ee11f209c9453004c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 10:06:18 +0200 Subject: [PATCH] Bump org.apache.felix:org.apache.felix.scr from 2.2.10 to 2.2.12 in /cnf (#2668) * Bump org.apache.felix:org.apache.felix.scr from 2.2.10 to 2.2.12 in /cnf Bumps org.apache.felix:org.apache.felix.scr from 2.2.10 to 2.2.12. --- updated-dependencies: - dependency-name: org.apache.felix:org.apache.felix.scr 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/pom.xml | 2 +- io.openems.backend.application/BackendApp.bndrun | 2 +- io.openems.edge.application/EdgeApp.bndrun | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cnf/pom.xml b/cnf/pom.xml index 70662b7d92b..29b68ef06d0 100644 --- a/cnf/pom.xml +++ b/cnf/pom.xml @@ -230,7 +230,7 @@ org.apache.felix org.apache.felix.scr - 2.2.10 + 2.2.12 diff --git a/io.openems.backend.application/BackendApp.bndrun b/io.openems.backend.application/BackendApp.bndrun index 88211316e12..e4c9ac0e3c4 100644 --- a/io.openems.backend.application/BackendApp.bndrun +++ b/io.openems.backend.application/BackendApp.bndrun @@ -108,7 +108,7 @@ org.apache.felix.http.servlet-api;version='[3.0.0,3.0.1)',\ org.apache.felix.inventory;version='[2.0.0,2.0.1)',\ org.apache.felix.metatype;version='[1.2.4,1.2.5)',\ - org.apache.felix.scr;version='[2.2.10,2.2.11)',\ + org.apache.felix.scr;version='[2.2.12,2.2.13)',\ 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='[2.0.0,2.0.1)',\ diff --git a/io.openems.edge.application/EdgeApp.bndrun b/io.openems.edge.application/EdgeApp.bndrun index 326a917abf3..5b4727c90a7 100644 --- a/io.openems.edge.application/EdgeApp.bndrun +++ b/io.openems.edge.application/EdgeApp.bndrun @@ -402,7 +402,7 @@ org.apache.felix.http.servlet-api;version='[3.0.0,3.0.1)',\ org.apache.felix.inventory;version='[2.0.0,2.0.1)',\ org.apache.felix.metatype;version='[1.2.4,1.2.5)',\ - org.apache.felix.scr;version='[2.2.10,2.2.11)',\ + org.apache.felix.scr;version='[2.2.12,2.2.13)',\ 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.eclipse.jetty.client;version='[9.4.28,9.4.29)',\