From 37a91ab379260da1f9954676bee7dcc2127387b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Oct 2022 18:25:22 +0200 Subject: [PATCH] [ahawastecollection] Upgrade jsoup from 1.14.3 to 1.15.3 (#13342) * Bump jsoup in /bundles/org.openhab.binding.ahawastecollection 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 ... Signed-off-by: dependabot[bot] * Update feature.xml too Signed-off-by: Wouter Born Also-by: Wouter Born Signed-off-by: dependabot[bot] --- bundles/org.openhab.binding.ahawastecollection/pom.xml | 2 +- .../src/main/feature/feature.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bundles/org.openhab.binding.ahawastecollection/pom.xml b/bundles/org.openhab.binding.ahawastecollection/pom.xml index f87ce546f..0a8b185a8 100644 --- a/bundles/org.openhab.binding.ahawastecollection/pom.xml +++ b/bundles/org.openhab.binding.ahawastecollection/pom.xml @@ -18,7 +18,7 @@ org.jsoup jsoup - 1.14.3 + 1.15.3 provided diff --git a/bundles/org.openhab.binding.ahawastecollection/src/main/feature/feature.xml b/bundles/org.openhab.binding.ahawastecollection/src/main/feature/feature.xml index e5cc73fe9..889227359 100644 --- a/bundles/org.openhab.binding.ahawastecollection/src/main/feature/feature.xml +++ b/bundles/org.openhab.binding.ahawastecollection/src/main/feature/feature.xml @@ -4,7 +4,7 @@ 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.ahawastecollection/${project.version}