-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump jsoup from 1.8.3 to 1.14.3 #11643
Conversation
…version instaed of compile time dependency. Signed-off-by: Sönke Küper <soenkekueper@gmx.de>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@clinique, @cschneider, @digitaldan, @jochen314, @kgoderis, @lolodomo, @Skinah Can you please test if 1.14.3 behaves as you'd expect it with your code? The update is necessary due to a security issue. See https://jsoup.org/news/release-1.14.2
It works in the ipobserver binding so all good here. However just a suggestion that if there are this many addons all using the same dependency, can it be change like in this PR so changing the version in the future only needs to be done in one line and in one file? From then on it is just the main pom that needs the version to be changed and all the bindings will follow. |
@clinique, @cschneider, @digitaldan, @jochen314, @kgoderis, @lolodomo Your binding will use the new jsoup version from OH 3.2.0.RC1 on. Please test your binding, if this update doesn't break anything. 3.2.0.RC1 will be released on Friday, December 17. |
no problems here. |
…version instaed of compile time dependency. (openhab#11643) Signed-off-by: Sönke Küper <soenkekueper@gmx.de> Co-authored-by: Sönke Küper <soenkekueper@gmx.de> Signed-off-by: Nick Waterton <n.waterton@outlook.com>
…version instaed of compile time dependency. (openhab#11643) Signed-off-by: Sönke Küper <soenkekueper@gmx.de> Co-authored-by: Sönke Küper <soenkekueper@gmx.de> Signed-off-by: Michael Schmidt <mi.schmidt.83@gmail.com>
…version instaed of compile time dependency. (openhab#11643) Signed-off-by: Sönke Küper <soenkekueper@gmx.de> Co-authored-by: Sönke Küper <soenkekueper@gmx.de>
…version instaed of compile time dependency. (openhab#11643) Signed-off-by: Sönke Küper <soenkekueper@gmx.de> Co-authored-by: Sönke Küper <soenkekueper@gmx.de>
…version instaed of compile time dependency. (openhab#11643) Signed-off-by: Sönke Küper <soenkekueper@gmx.de> Co-authored-by: Sönke Küper <soenkekueper@gmx.de>
…version instaed of compile time dependency. (openhab#11643) Signed-off-by: Sönke Küper <soenkekueper@gmx.de> Co-authored-by: Sönke Küper <soenkekueper@gmx.de> Signed-off-by: Andras Uhrin <andras.uhrin@gmail.com>
I've updated the jsoup library from 1.8.3 to 1.14.3.
#11615 was created by dependabot, but the 1.14.2 has an OSGI dependency error (see https://jsoup.org/news/release-1.14.3),
so i've used the 1.14.3.
Due some build errors in several plugins i've updated all of them to use the osgi provided bundle instead of compile time dependency.
I've placed all of the plugins within my local test installation, after manual installation of required bundles all of them were installed and started successfully.