From 0c68e9b93029fb5ecdb04007f4647206750db9bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Oct 2022 08:58:00 +0200 Subject: [PATCH] [jinja] Upgrade jsoup from 1.14.3 to 1.15.3 (#13344) * Bump jsoup from 1.14.3 to 1.15.3 in /bundles/org.openhab.transform.jinja 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] --- bundles/org.openhab.transform.jinja/pom.xml | 2 +- .../org.openhab.transform.jinja/src/main/feature/feature.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bundles/org.openhab.transform.jinja/pom.xml b/bundles/org.openhab.transform.jinja/pom.xml index 40b05e54b..a54574be8 100644 --- a/bundles/org.openhab.transform.jinja/pom.xml +++ b/bundles/org.openhab.transform.jinja/pom.xml @@ -74,7 +74,7 @@ org.jsoup jsoup - 1.14.3 + 1.15.3 provided diff --git a/bundles/org.openhab.transform.jinja/src/main/feature/feature.xml b/bundles/org.openhab.transform.jinja/src/main/feature/feature.xml index 5eb290e33..1b0cd26d5 100644 --- a/bundles/org.openhab.transform.jinja/src/main/feature/feature.xml +++ b/bundles/org.openhab.transform.jinja/src/main/feature/feature.xml @@ -5,7 +5,7 @@ openhab-runtime-base openhab.tp-jackson - mvn:org.jsoup/jsoup/1.14.3 + mvn:org.jsoup/jsoup/1.15.3 mvn:org.apache.commons/commons-lang3/3.4 mvn:commons-net/commons-net/3.6 mvn:org.openhab.addons.bundles/org.openhab.transform.jinja/${project.version}