From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Oct 2022 06:57:21 +0000 (+0200) Subject: [ipobserver] Upgrade jsoup from 1.14.3 to 1.15.3 (#13343) X-Git-Url: https://git.basschouten.com/?a=commitdiff_plain;h=c9b09eb433d57567fb9428ab10a76340a7659564;p=openhab-addons.git [ipobserver] Upgrade jsoup from 1.14.3 to 1.15.3 (#13343) * Bump jsoup in /bundles/org.openhab.binding.ipobserver Bumps [jsoup](https://github.com/jhy/jsoup) from 1.14.3 to 1.15.3. - [Release notes](https://github.com/jhy/jsoup/releases) - [Changelog](https://github.com/jhy/jsoup/blob/master/CHANGES) - [Commits](https://github.com/jhy/jsoup/compare/jsoup-1.14.3...jsoup-1.15.3) --- updated-dependencies: - dependency-name: org.jsoup:jsoup dependency-type: direct:production ... Also-by: Wouter Born Signed-off-by: dependabot[bot] --- diff --git a/bundles/org.openhab.binding.ipobserver/pom.xml b/bundles/org.openhab.binding.ipobserver/pom.xml index e85dc20b60..e39a8f8b69 100644 --- a/bundles/org.openhab.binding.ipobserver/pom.xml +++ b/bundles/org.openhab.binding.ipobserver/pom.xml @@ -17,7 +17,7 @@ org.jsoup jsoup - 1.14.3 + 1.15.3 provided diff --git a/bundles/org.openhab.binding.ipobserver/src/main/feature/feature.xml b/bundles/org.openhab.binding.ipobserver/src/main/feature/feature.xml index e76edfe60c..939005a92a 100644 --- a/bundles/org.openhab.binding.ipobserver/src/main/feature/feature.xml +++ b/bundles/org.openhab.binding.ipobserver/src/main/feature/feature.xml @@ -3,7 +3,7 @@ mvn:org.openhab.core.features.karaf/org.openhab.core.features.karaf.openhab-core/${ohc.version}/xml/features openhab-runtime-base - mvn:org.jsoup/jsoup/1.14.3 + mvn:org.jsoup/jsoup/1.15.3 mvn:org.openhab.addons.bundles/org.openhab.binding.ipobserver/${project.version}