Skip to content

Commit

Permalink
Bump org.apache.felix:org.apache.felix.scr from 2.2.10 to 2.2.12 in /…
Browse files Browse the repository at this point in the history
…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] <[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 Jun 11, 2024
1 parent dd9bfff commit 4c6dd78
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 @@ -230,7 +230,7 @@
<!-- Changelog: https://github.com/apache/felix-dev/blob/master/scr/changelog.txt -->
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.scr</artifactId>
<version>2.2.10</version>
<version>2.2.12</version>
</dependency>
<dependency>
<!-- Apache Felix Web Management Console -->
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 @@ -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)',\
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 @@ -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)',\
Expand Down

0 comments on commit 4c6dd78

Please sign in to comment.