]> git.basschouten.com Git - openhab-addons.git/commitdiff
[ahawastecollection] Upgrade jsoup from 1.14.3 to 1.15.3 (#13342)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Thu, 13 Oct 2022 16:25:22 +0000 (18:25 +0200)
committerGitHub <noreply@github.com>
Thu, 13 Oct 2022 16:25:22 +0000 (18:25 +0200)
* 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] <support@github.com>
* Update feature.xml too

Signed-off-by: Wouter Born <github@maindrain.net>
Also-by: Wouter Born <github@maindrain.net>
Signed-off-by: dependabot[bot] <support@github.com>
bundles/org.openhab.binding.ahawastecollection/pom.xml
bundles/org.openhab.binding.ahawastecollection/src/main/feature/feature.xml

index f87ce546f3dc04a2ae0b9c806d8faf2e1362baf6..0a8b185a8661e0d5ab689ea7abc6646310838122 100644 (file)
@@ -18,7 +18,7 @@
     <dependency>
       <groupId>org.jsoup</groupId>
       <artifactId>jsoup</artifactId>
-      <version>1.14.3</version>
+      <version>1.15.3</version>
       <scope>provided</scope>
     </dependency>
   </dependencies>
index e5cc73fe9d07f76c529900b29820ebead160d9dd..88922735919eb8150f6173bf82e903dcfa4ff070 100644 (file)
@@ -4,7 +4,7 @@
 
        <feature name="openhab-binding-ahawastecollection" description="aha Waste Collection Binding" version="${project.version}">
                <feature>openhab-runtime-base</feature>
-               <bundle dependency="true">mvn:org.jsoup/jsoup/1.14.3</bundle>
+               <bundle dependency="true">mvn:org.jsoup/jsoup/1.15.3</bundle>
                <bundle start-level="80">mvn:org.openhab.addons.bundles/org.openhab.binding.ahawastecollection/${project.version}</bundle>
        </feature>
 </features>