]> git.basschouten.com Git - openhab-addons.git/commitdiff
[generacmobilelink] Bump jsoup from 1.14.3 to 1.15.4 (#14767)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sun, 16 Apr 2023 19:47:00 +0000 (21:47 +0200)
committerGitHub <noreply@github.com>
Sun, 16 Apr 2023 19:47:00 +0000 (21:47 +0200)
Bumps [jsoup](https://github.com/jhy/jsoup) from 1.14.3 to 1.15.4.
- [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.4)

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

index 30d73c0ccd0e991d35d96479a1d78d7687d83a0d..70eefb4af6978f3bf10cd829596f014eabdeab37 100644 (file)
@@ -18,7 +18,7 @@
     <dependency>
       <groupId>org.jsoup</groupId>
       <artifactId>jsoup</artifactId>
-      <version>1.14.3</version>
+      <version>1.15.4</version>
       <scope>provided</scope>
     </dependency>
   </dependencies>
index f06136a2a819650c813386c807c99a889c29c938..0d8531b15de6abfac6bc326d142f901f4b1ef431 100644 (file)
@@ -4,7 +4,7 @@
 
        <feature name="openhab-binding-generacmobilelink" description="Generac MobileLink 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.4</bundle>
                <bundle start-level="80">mvn:org.openhab.addons.bundles/org.openhab.binding.generacmobilelink/${project.version}</bundle>
        </feature>
 </features>