diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 827b8bc00c652..10ac6f75439f4 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -43,3 +43,17 @@ updates:
- dependency-name: "*graalvm*" # do not touch graalvm related stuff
- dependency-name: "org.openapitools:openapi*" # updated togeter with openapi generator
- dependency-name: "org.apache.openjpa:openjpa*" # should be done with openjpa upgrades"
+
+ - package-ecosystem: "maven"
+ directory: "/bundles"
+ schedule:
+ interval: "weekly"
+ open-pull-requests-limit: 50
+ labels:
+ - dependencies
+ ignore:
+ - dependency-name: "com.github.jaxb-xew-plugin:jaxb-xew-plugin" # updated with core
+ - dependency-name: "com.diffplug.spotless:spotless-maven-plugin" # updated together with SAT
+ - dependency-name: "*graalvm*" # do not touch graalvm related stuff
+ - dependency-name: "org.openapitools:openapi*" # updated togeter with openapi generator
+ - dependency-name: "org.apache.openjpa:openjpa*" # should be done with openjpa upgrades"
diff --git a/bundles/org.openhab.io.hueemulation/pom.xml b/bundles/org.openhab.io.hueemulation/pom.xml
index fb3733c174d82..8e78838faca23 100644
--- a/bundles/org.openhab.io.hueemulation/pom.xml
+++ b/bundles/org.openhab.io.hueemulation/pom.xml
@@ -37,7 +37,7 @@
org.glassfish.jersey.containers
jersey-container-grizzly2-http
- 2.28
+ 3.1.11
test