]> git.basschouten.com Git - openhab-addons.git/commitdiff
[ipobserver] Upgrade jsoup from 1.14.3 to 1.15.3 (#13343)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fri, 14 Oct 2022 06:57:21 +0000 (08:57 +0200)
committerGitHub <noreply@github.com>
Fri, 14 Oct 2022 06:57:21 +0000 (08:57 +0200)
* 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 <github@maindrain.net>
Signed-off-by: dependabot[bot] <support@github.com>
bundles/org.openhab.binding.ipobserver/pom.xml
bundles/org.openhab.binding.ipobserver/src/main/feature/feature.xml

index e85dc20b609fe12440bb60bf73f0c230de773f4d..e39a8f8b69edad7aae06bc7617c3bd84c9b1339e 100644 (file)
@@ -17,7 +17,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 e76edfe60c480e6803316911cc1448629db2c418..939005a92ae6e77525036f69cc271c215be20cf2 100644 (file)
@@ -3,7 +3,7 @@
        <repository>mvn:org.openhab.core.features.karaf/org.openhab.core.features.karaf.openhab-core/${ohc.version}/xml/features</repository>
        <feature name="openhab-binding-ipobserver" description="IpObserver 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.ipobserver/${project.version}</bundle>
        </feature>
 </features>