diff --git a/bom/compile/pom.xml b/bom/compile/pom.xml index 264c9a6be..fe3c4a6cb 100644 --- a/bom/compile/pom.xml +++ b/bom/compile/pom.xml @@ -439,7 +439,7 @@ org.openhab.osgiify io.methvin.directory-watcher - 0.18.0 + 0.19.1 compile diff --git a/bom/runtime/pom.xml b/bom/runtime/pom.xml index 85fd7c834..8d455ffe9 100644 --- a/bom/runtime/pom.xml +++ b/bom/runtime/pom.xml @@ -1074,7 +1074,7 @@ org.openhab.osgiify io.methvin.directory-watcher - 0.18.0 + 0.19.1 compile diff --git a/features/karaf/openhab-core/src/main/feature/feature.xml b/features/karaf/openhab-core/src/main/feature/feature.xml index 4fd15eb8e..491d3129c 100644 --- a/features/karaf/openhab-core/src/main/feature/feature.xml +++ b/features/karaf/openhab-core/src/main/feature/feature.xml @@ -46,7 +46,7 @@ mvn:org.openhab.core.bundles/org.openhab.core.config.discovery.addon.process/${project.version} mvn:org.openhab.core.bundles/org.openhab.core.config.dispatch/${project.version} mvn:org.openhab.core.bundles/org.openhab.core/${project.version} - mvn:org.openhab.osgiify/io.methvin.directory-watcher/0.18.0 + mvn:org.openhab.osgiify/io.methvin.directory-watcher/0.19.1 openhab-core-storage-json mvn:org.openhab.core.bundles/org.openhab.core.addon/${project.version} mvn:org.openhab.core.bundles/org.openhab.core.ephemeris/${project.version} diff --git a/itests/org.openhab.core.addon.tests/itest.bndrun b/itests/org.openhab.core.addon.tests/itest.bndrun index f5e2757b2..6bff2b95d 100644 --- a/itests/org.openhab.core.addon.tests/itest.bndrun +++ b/itests/org.openhab.core.addon.tests/itest.bndrun @@ -30,7 +30,7 @@ Fragment-Host: org.openhab.core.addon javax.measure.unit-api;version='[2.2.0,2.2.1)',\ tech.units.indriya;version='[2.2.3,2.2.4)',\ uom-lib-common;version='[2.2.0,2.2.1)',\ - io.methvin.directory-watcher;version='[0.18.0,0.18.1)',\ + io.methvin.directory-watcher;version='[0.19.1,0.19.2)',\ com.sun.xml.bind.jaxb-osgi;version='[2.3.9,2.3.10)',\ org.apache.felix.scr;version='[2.2.6,2.2.7)',\ org.eclipse.equinox.event;version='[1.6.300,1.6.301)',\ diff --git a/itests/org.openhab.core.auth.oauth2client.tests/itest.bndrun b/itests/org.openhab.core.auth.oauth2client.tests/itest.bndrun index 8b72cae6a..595ac749a 100644 --- a/itests/org.openhab.core.auth.oauth2client.tests/itest.bndrun +++ b/itests/org.openhab.core.auth.oauth2client.tests/itest.bndrun @@ -29,7 +29,7 @@ Fragment-Host: org.openhab.core.auth.oauth2client javax.measure.unit-api;version='[2.2.0,2.2.1)',\ tech.units.indriya;version='[2.2.3,2.2.4)',\ uom-lib-common;version='[2.2.0,2.2.1)',\ - io.methvin.directory-watcher;version='[0.18.0,0.18.1)',\ + io.methvin.directory-watcher;version='[0.19.1,0.19.2)',\ com.sun.xml.bind.jaxb-osgi;version='[2.3.9,2.3.10)',\ org.apache.felix.scr;version='[2.2.6,2.2.7)',\ org.eclipse.equinox.event;version='[1.6.300,1.6.301)',\ diff --git a/itests/org.openhab.core.automation.integration.tests/itest.bndrun b/itests/org.openhab.core.automation.integration.tests/itest.bndrun index 351677d9f..bd369f992 100644 --- a/itests/org.openhab.core.automation.integration.tests/itest.bndrun +++ b/itests/org.openhab.core.automation.integration.tests/itest.bndrun @@ -30,7 +30,7 @@ Fragment-Host: org.openhab.core.automation javax.measure.unit-api;version='[2.2.0,2.2.1)',\ tech.units.indriya;version='[2.2.3,2.2.4)',\ uom-lib-common;version='[2.2.0,2.2.1)',\ - io.methvin.directory-watcher;version='[0.18.0,0.18.1)',\ + io.methvin.directory-watcher;version='[0.19.1,0.19.2)',\ com.sun.xml.bind.jaxb-osgi;version='[2.3.9,2.3.10)',\ org.apache.felix.scr;version='[2.2.6,2.2.7)',\ org.eclipse.equinox.event;version='[1.6.300,1.6.301)',\ diff --git a/itests/org.openhab.core.automation.module.core.tests/itest.bndrun b/itests/org.openhab.core.automation.module.core.tests/itest.bndrun index 8f10b1d53..aa1b49657 100644 --- a/itests/org.openhab.core.automation.module.core.tests/itest.bndrun +++ b/itests/org.openhab.core.automation.module.core.tests/itest.bndrun @@ -30,7 +30,7 @@ Fragment-Host: org.openhab.core.automation javax.measure.unit-api;version='[2.2.0,2.2.1)',\ tech.units.indriya;version='[2.2.3,2.2.4)',\ uom-lib-common;version='[2.2.0,2.2.1)',\ - io.methvin.directory-watcher;version='[0.18.0,0.18.1)',\ + io.methvin.directory-watcher;version='[0.19.1,0.19.2)',\ com.sun.xml.bind.jaxb-osgi;version='[2.3.9,2.3.10)',\ org.apache.felix.scr;version='[2.2.6,2.2.7)',\ org.eclipse.equinox.event;version='[1.6.300,1.6.301)',\ diff --git a/itests/org.openhab.core.automation.module.script.tests/itest.bndrun b/itests/org.openhab.core.automation.module.script.tests/itest.bndrun index f43d1e67d..5a8623810 100644 --- a/itests/org.openhab.core.automation.module.script.tests/itest.bndrun +++ b/itests/org.openhab.core.automation.module.script.tests/itest.bndrun @@ -26,7 +26,7 @@ Fragment-Host: org.openhab.core.automation.module.script javax.measure.unit-api;version='[2.2.0,2.2.1)',\ tech.units.indriya;version='[2.2.3,2.2.4)',\ uom-lib-common;version='[2.2.0,2.2.1)',\ - io.methvin.directory-watcher;version='[0.18.0,0.18.1)',\ + io.methvin.directory-watcher;version='[0.19.1,0.19.2)',\ com.sun.xml.bind.jaxb-osgi;version='[2.3.9,2.3.10)',\ org.apache.felix.scr;version='[2.2.6,2.2.7)',\ org.eclipse.equinox.event;version='[1.6.300,1.6.301)',\ diff --git a/itests/org.openhab.core.automation.module.timer.tests/itest.bndrun b/itests/org.openhab.core.automation.module.timer.tests/itest.bndrun index dfd4ad53c..15c3b4377 100644 --- a/itests/org.openhab.core.automation.module.timer.tests/itest.bndrun +++ b/itests/org.openhab.core.automation.module.timer.tests/itest.bndrun @@ -30,7 +30,7 @@ Fragment-Host: org.openhab.core.automation javax.measure.unit-api;version='[2.2.0,2.2.1)',\ tech.units.indriya;version='[2.2.3,2.2.4)',\ uom-lib-common;version='[2.2.0,2.2.1)',\ - io.methvin.directory-watcher;version='[0.18.0,0.18.1)',\ + io.methvin.directory-watcher;version='[0.19.1,0.19.2)',\ com.sun.xml.bind.jaxb-osgi;version='[2.3.9,2.3.10)',\ org.apache.felix.scr;version='[2.2.6,2.2.7)',\ org.eclipse.equinox.event;version='[1.6.300,1.6.301)',\ diff --git a/itests/org.openhab.core.automation.tests/itest.bndrun b/itests/org.openhab.core.automation.tests/itest.bndrun index 33fb3831f..e32c09cba 100644 --- a/itests/org.openhab.core.automation.tests/itest.bndrun +++ b/itests/org.openhab.core.automation.tests/itest.bndrun @@ -30,7 +30,7 @@ Fragment-Host: org.openhab.core.automation javax.measure.unit-api;version='[2.2.0,2.2.1)',\ tech.units.indriya;version='[2.2.3,2.2.4)',\ uom-lib-common;version='[2.2.0,2.2.1)',\ - io.methvin.directory-watcher;version='[0.18.0,0.18.1)',\ + io.methvin.directory-watcher;version='[0.19.1,0.19.2)',\ com.sun.xml.bind.jaxb-osgi;version='[2.3.9,2.3.10)',\ org.apache.felix.scr;version='[2.2.6,2.2.7)',\ org.eclipse.equinox.event;version='[1.6.300,1.6.301)',\ diff --git a/itests/org.openhab.core.config.core.tests/itest.bndrun b/itests/org.openhab.core.config.core.tests/itest.bndrun index 6e08d8bac..f874d10d5 100644 --- a/itests/org.openhab.core.config.core.tests/itest.bndrun +++ b/itests/org.openhab.core.config.core.tests/itest.bndrun @@ -32,7 +32,7 @@ Fragment-Host: org.openhab.core.config.core javax.measure.unit-api;version='[2.2.0,2.2.1)',\ tech.units.indriya;version='[2.2.3,2.2.4)',\ uom-lib-common;version='[2.2.0,2.2.1)',\ - io.methvin.directory-watcher;version='[0.18.0,0.18.1)',\ + io.methvin.directory-watcher;version='[0.19.1,0.19.2)',\ com.sun.xml.bind.jaxb-osgi;version='[2.3.9,2.3.10)',\ org.apache.felix.scr;version='[2.2.6,2.2.7)',\ org.eclipse.equinox.event;version='[1.6.300,1.6.301)',\ diff --git a/itests/org.openhab.core.config.discovery.mdns.tests/itest.bndrun b/itests/org.openhab.core.config.discovery.mdns.tests/itest.bndrun index 31d45a25a..8abfd5690 100644 --- a/itests/org.openhab.core.config.discovery.mdns.tests/itest.bndrun +++ b/itests/org.openhab.core.config.discovery.mdns.tests/itest.bndrun @@ -31,7 +31,7 @@ Fragment-Host: org.openhab.core.config.discovery.mdns javax.measure.unit-api;version='[2.2.0,2.2.1)',\ tech.units.indriya;version='[2.2.3,2.2.4)',\ uom-lib-common;version='[2.2.0,2.2.1)',\ - io.methvin.directory-watcher;version='[0.18.0,0.18.1)',\ + io.methvin.directory-watcher;version='[0.19.1,0.19.2)',\ com.sun.xml.bind.jaxb-osgi;version='[2.3.9,2.3.10)',\ org.apache.felix.scr;version='[2.2.6,2.2.7)',\ org.eclipse.equinox.event;version='[1.6.300,1.6.301)',\ diff --git a/itests/org.openhab.core.config.discovery.tests/itest.bndrun b/itests/org.openhab.core.config.discovery.tests/itest.bndrun index 42f01ddec..06cf6b51e 100644 --- a/itests/org.openhab.core.config.discovery.tests/itest.bndrun +++ b/itests/org.openhab.core.config.discovery.tests/itest.bndrun @@ -32,7 +32,7 @@ Fragment-Host: org.openhab.core.config.discovery javax.measure.unit-api;version='[2.2.0,2.2.1)',\ tech.units.indriya;version='[2.2.3,2.2.4)',\ uom-lib-common;version='[2.2.0,2.2.1)',\ - io.methvin.directory-watcher;version='[0.18.0,0.18.1)',\ + io.methvin.directory-watcher;version='[0.19.1,0.19.2)',\ com.sun.xml.bind.jaxb-osgi;version='[2.3.9,2.3.10)',\ org.apache.felix.scr;version='[2.2.6,2.2.7)',\ org.eclipse.equinox.event;version='[1.6.300,1.6.301)',\ diff --git a/itests/org.openhab.core.config.discovery.usbserial.linuxsysfs.tests/itest.bndrun b/itests/org.openhab.core.config.discovery.usbserial.linuxsysfs.tests/itest.bndrun index 3c8053032..3d02c23c7 100644 --- a/itests/org.openhab.core.config.discovery.usbserial.linuxsysfs.tests/itest.bndrun +++ b/itests/org.openhab.core.config.discovery.usbserial.linuxsysfs.tests/itest.bndrun @@ -31,7 +31,7 @@ Fragment-Host: org.openhab.core.config.discovery.usbserial.linuxsysfs javax.measure.unit-api;version='[2.2.0,2.2.1)',\ tech.units.indriya;version='[2.2.3,2.2.4)',\ uom-lib-common;version='[2.2.0,2.2.1)',\ - io.methvin.directory-watcher;version='[0.18.0,0.18.1)',\ + io.methvin.directory-watcher;version='[0.19.1,0.19.2)',\ com.sun.xml.bind.jaxb-osgi;version='[2.3.9,2.3.10)',\ org.apache.felix.scr;version='[2.2.6,2.2.7)',\ org.eclipse.equinox.event;version='[1.6.300,1.6.301)',\ diff --git a/itests/org.openhab.core.config.discovery.usbserial.tests/itest.bndrun b/itests/org.openhab.core.config.discovery.usbserial.tests/itest.bndrun index d8f98e8f9..f43dec796 100644 --- a/itests/org.openhab.core.config.discovery.usbserial.tests/itest.bndrun +++ b/itests/org.openhab.core.config.discovery.usbserial.tests/itest.bndrun @@ -40,7 +40,7 @@ Provide-Capability: \ javax.measure.unit-api;version='[2.2.0,2.2.1)',\ tech.units.indriya;version='[2.2.3,2.2.4)',\ uom-lib-common;version='[2.2.0,2.2.1)',\ - io.methvin.directory-watcher;version='[0.18.0,0.18.1)',\ + io.methvin.directory-watcher;version='[0.19.1,0.19.2)',\ com.sun.xml.bind.jaxb-osgi;version='[2.3.9,2.3.10)',\ org.apache.felix.scr;version='[2.2.6,2.2.7)',\ org.eclipse.equinox.event;version='[1.6.300,1.6.301)',\ diff --git a/itests/org.openhab.core.config.dispatch.tests/itest.bndrun b/itests/org.openhab.core.config.dispatch.tests/itest.bndrun index 10051783e..762757d8d 100644 --- a/itests/org.openhab.core.config.dispatch.tests/itest.bndrun +++ b/itests/org.openhab.core.config.dispatch.tests/itest.bndrun @@ -25,7 +25,7 @@ Fragment-Host: org.openhab.core.config.dispatch javax.measure.unit-api;version='[2.2.0,2.2.1)',\ tech.units.indriya;version='[2.2.3,2.2.4)',\ uom-lib-common;version='[2.2.0,2.2.1)',\ - io.methvin.directory-watcher;version='[0.18.0,0.18.1)',\ + io.methvin.directory-watcher;version='[0.19.1,0.19.2)',\ com.sun.xml.bind.jaxb-osgi;version='[2.3.9,2.3.10)',\ org.apache.felix.scr;version='[2.2.6,2.2.7)',\ org.eclipse.equinox.event;version='[1.6.300,1.6.301)',\ diff --git a/itests/org.openhab.core.ephemeris.tests/itest.bndrun b/itests/org.openhab.core.ephemeris.tests/itest.bndrun index 6263dc06a..a48edf650 100644 --- a/itests/org.openhab.core.ephemeris.tests/itest.bndrun +++ b/itests/org.openhab.core.ephemeris.tests/itest.bndrun @@ -31,7 +31,7 @@ feature.openhab-config: \ javax.measure.unit-api;version='[2.2.0,2.2.1)',\ tech.units.indriya;version='[2.2.3,2.2.4)',\ uom-lib-common;version='[2.2.0,2.2.1)',\ - io.methvin.directory-watcher;version='[0.18.0,0.18.1)',\ + io.methvin.directory-watcher;version='[0.19.1,0.19.2)',\ com.sun.xml.bind.jaxb-osgi;version='[2.3.9,2.3.10)',\ org.apache.felix.scr;version='[2.2.6,2.2.7)',\ org.eclipse.equinox.event;version='[1.6.300,1.6.301)',\ diff --git a/itests/org.openhab.core.io.net.tests/itest.bndrun b/itests/org.openhab.core.io.net.tests/itest.bndrun index 255b850f0..7574fd07c 100644 --- a/itests/org.openhab.core.io.net.tests/itest.bndrun +++ b/itests/org.openhab.core.io.net.tests/itest.bndrun @@ -26,7 +26,7 @@ Fragment-Host: org.openhab.core.io.net javax.measure.unit-api;version='[2.2.0,2.2.1)',\ tech.units.indriya;version='[2.2.3,2.2.4)',\ uom-lib-common;version='[2.2.0,2.2.1)',\ - io.methvin.directory-watcher;version='[0.18.0,0.18.1)',\ + io.methvin.directory-watcher;version='[0.19.1,0.19.2)',\ com.sun.xml.bind.jaxb-osgi;version='[2.3.9,2.3.10)',\ org.apache.felix.scr;version='[2.2.6,2.2.7)',\ org.eclipse.equinox.event;version='[1.6.300,1.6.301)',\ diff --git a/itests/org.openhab.core.io.rest.core.tests/itest.bndrun b/itests/org.openhab.core.io.rest.core.tests/itest.bndrun index 6d9906fc6..9d3928e40 100644 --- a/itests/org.openhab.core.io.rest.core.tests/itest.bndrun +++ b/itests/org.openhab.core.io.rest.core.tests/itest.bndrun @@ -38,7 +38,7 @@ Fragment-Host: org.openhab.core.io.rest.core javax.measure.unit-api;version='[2.2.0,2.2.1)',\ tech.units.indriya;version='[2.2.3,2.2.4)',\ uom-lib-common;version='[2.2.0,2.2.1)',\ - io.methvin.directory-watcher;version='[0.18.0,0.18.1)',\ + io.methvin.directory-watcher;version='[0.19.1,0.19.2)',\ com.sun.xml.bind.jaxb-osgi;version='[2.3.9,2.3.10)',\ org.apache.aries.javax.jax.rs-api;version='[1.0.4,1.0.5)',\ org.apache.felix.scr;version='[2.2.6,2.2.7)',\ diff --git a/itests/org.openhab.core.model.item.tests/itest.bndrun b/itests/org.openhab.core.model.item.tests/itest.bndrun index 468f7f4a1..f889aea29 100644 --- a/itests/org.openhab.core.model.item.tests/itest.bndrun +++ b/itests/org.openhab.core.model.item.tests/itest.bndrun @@ -30,7 +30,7 @@ Fragment-Host: org.openhab.core.model.item javax.measure.unit-api;version='[2.2.0,2.2.1)',\ tech.units.indriya;version='[2.2.3,2.2.4)',\ uom-lib-common;version='[2.2.0,2.2.1)',\ - io.methvin.directory-watcher;version='[0.18.0,0.18.1)',\ + io.methvin.directory-watcher;version='[0.19.1,0.19.2)',\ com.sun.xml.bind.jaxb-osgi;version='[2.3.9,2.3.10)',\ org.apache.felix.scr;version='[2.2.6,2.2.7)',\ org.eclipse.equinox.event;version='[1.6.300,1.6.301)',\ diff --git a/itests/org.openhab.core.model.rule.tests/itest.bndrun b/itests/org.openhab.core.model.rule.tests/itest.bndrun index 093227f42..c1de54300 100644 --- a/itests/org.openhab.core.model.rule.tests/itest.bndrun +++ b/itests/org.openhab.core.model.rule.tests/itest.bndrun @@ -34,7 +34,7 @@ Fragment-Host: org.openhab.core.model.rule.runtime javax.measure.unit-api;version='[2.2.0,2.2.1)',\ tech.units.indriya;version='[2.2.3,2.2.4)',\ uom-lib-common;version='[2.2.0,2.2.1)',\ - io.methvin.directory-watcher;version='[0.18.0,0.18.1)',\ + io.methvin.directory-watcher;version='[0.19.1,0.19.2)',\ com.sun.xml.bind.jaxb-osgi;version='[2.3.9,2.3.10)',\ org.apache.felix.scr;version='[2.2.6,2.2.7)',\ org.eclipse.equinox.event;version='[1.6.300,1.6.301)',\ diff --git a/itests/org.openhab.core.model.script.tests/itest.bndrun b/itests/org.openhab.core.model.script.tests/itest.bndrun index 20ad13312..5c64d6db9 100644 --- a/itests/org.openhab.core.model.script.tests/itest.bndrun +++ b/itests/org.openhab.core.model.script.tests/itest.bndrun @@ -39,7 +39,7 @@ Fragment-Host: org.openhab.core.model.script javax.measure.unit-api;version='[2.2.0,2.2.1)',\ tech.units.indriya;version='[2.2.3,2.2.4)',\ uom-lib-common;version='[2.2.0,2.2.1)',\ - io.methvin.directory-watcher;version='[0.18.0,0.18.1)',\ + io.methvin.directory-watcher;version='[0.19.1,0.19.2)',\ com.sun.xml.bind.jaxb-osgi;version='[2.3.9,2.3.10)',\ org.apache.felix.scr;version='[2.2.6,2.2.7)',\ org.eclipse.equinox.event;version='[1.6.300,1.6.301)',\ diff --git a/itests/org.openhab.core.model.thing.tests/itest.bndrun b/itests/org.openhab.core.model.thing.tests/itest.bndrun index 8af75ec90..28be91fdf 100644 --- a/itests/org.openhab.core.model.thing.tests/itest.bndrun +++ b/itests/org.openhab.core.model.thing.tests/itest.bndrun @@ -36,7 +36,7 @@ Fragment-Host: org.openhab.core.model.thing javax.measure.unit-api;version='[2.2.0,2.2.1)',\ tech.units.indriya;version='[2.2.3,2.2.4)',\ uom-lib-common;version='[2.2.0,2.2.1)',\ - io.methvin.directory-watcher;version='[0.18.0,0.18.1)',\ + io.methvin.directory-watcher;version='[0.19.1,0.19.2)',\ com.sun.xml.bind.jaxb-osgi;version='[2.3.9,2.3.10)',\ org.apache.felix.scr;version='[2.2.6,2.2.7)',\ org.eclipse.equinox.event;version='[1.6.300,1.6.301)',\ diff --git a/itests/org.openhab.core.storage.json.tests/itest.bndrun b/itests/org.openhab.core.storage.json.tests/itest.bndrun index b22114982..c102c7617 100644 --- a/itests/org.openhab.core.storage.json.tests/itest.bndrun +++ b/itests/org.openhab.core.storage.json.tests/itest.bndrun @@ -26,7 +26,7 @@ Fragment-Host: org.openhab.core.storage.json javax.measure.unit-api;version='[2.2.0,2.2.1)',\ tech.units.indriya;version='[2.2.3,2.2.4)',\ uom-lib-common;version='[2.2.0,2.2.1)',\ - io.methvin.directory-watcher;version='[0.18.0,0.18.1)',\ + io.methvin.directory-watcher;version='[0.19.1,0.19.2)',\ com.sun.xml.bind.jaxb-osgi;version='[2.3.9,2.3.10)',\ org.apache.felix.scr;version='[2.2.6,2.2.7)',\ org.eclipse.equinox.event;version='[1.6.300,1.6.301)',\ diff --git a/itests/org.openhab.core.tests/itest.bndrun b/itests/org.openhab.core.tests/itest.bndrun index 1c23b5dc4..5783c5077 100644 --- a/itests/org.openhab.core.tests/itest.bndrun +++ b/itests/org.openhab.core.tests/itest.bndrun @@ -30,7 +30,7 @@ Fragment-Host: org.openhab.core javax.measure.unit-api;version='[2.2.0,2.2.1)',\ tech.units.indriya;version='[2.2.3,2.2.4)',\ uom-lib-common;version='[2.2.0,2.2.1)',\ - io.methvin.directory-watcher;version='[0.18.0,0.18.1)',\ + io.methvin.directory-watcher;version='[0.19.1,0.19.2)',\ com.sun.xml.bind.jaxb-osgi;version='[2.3.9,2.3.10)',\ org.apache.felix.scr;version='[2.2.6,2.2.7)',\ org.eclipse.equinox.event;version='[1.6.300,1.6.301)',\ diff --git a/itests/org.openhab.core.thing.tests/itest.bndrun b/itests/org.openhab.core.thing.tests/itest.bndrun index f07fc7bd9..52b4c9ba8 100644 --- a/itests/org.openhab.core.thing.tests/itest.bndrun +++ b/itests/org.openhab.core.thing.tests/itest.bndrun @@ -35,7 +35,7 @@ Fragment-Host: org.openhab.core.thing javax.measure.unit-api;version='[2.2.0,2.2.1)',\ tech.units.indriya;version='[2.2.3,2.2.4)',\ uom-lib-common;version='[2.2.0,2.2.1)',\ - io.methvin.directory-watcher;version='[0.18.0,0.18.1)',\ + io.methvin.directory-watcher;version='[0.19.1,0.19.2)',\ com.sun.xml.bind.jaxb-osgi;version='[2.3.9,2.3.10)',\ org.apache.felix.scr;version='[2.2.6,2.2.7)',\ org.eclipse.equinox.event;version='[1.6.300,1.6.301)',\ diff --git a/itests/org.openhab.core.voice.tests/itest.bndrun b/itests/org.openhab.core.voice.tests/itest.bndrun index 2af133c4b..906dfcad4 100644 --- a/itests/org.openhab.core.voice.tests/itest.bndrun +++ b/itests/org.openhab.core.voice.tests/itest.bndrun @@ -31,7 +31,7 @@ Fragment-Host: org.openhab.core.voice javax.measure.unit-api;version='[2.2.0,2.2.1)',\ tech.units.indriya;version='[2.2.3,2.2.4)',\ uom-lib-common;version='[2.2.0,2.2.1)',\ - io.methvin.directory-watcher;version='[0.18.0,0.18.1)',\ + io.methvin.directory-watcher;version='[0.19.1,0.19.2)',\ com.sun.xml.bind.jaxb-osgi;version='[2.3.9,2.3.10)',\ org.apache.felix.scr;version='[2.2.6,2.2.7)',\ org.eclipse.equinox.event;version='[1.6.300,1.6.301)',\