Update jsoup (#1276)

* upgraded jsoup to 1.15.3
* removed deprecated safe html annotation
* added own valid string jsoup validator, disabled hibernate parallel method declaration constraint
* adapted valid string validator
* static method
* return invalid value in case of processing exception

Signed-off-by: Bogdan Bondar <Bogdan.Bondar@bosch.io>
This commit is contained in:
Bondar Bogdan
2022-09-05 15:49:38 +02:00
committed by GitHub
parent bc2f228edc
commit 537548defb
6 changed files with 73 additions and 13 deletions

View File

@@ -143,9 +143,7 @@
<!-- Newer versions needed than defined in Boot -->
<!-- Fixed dependencies -->
<rabbitmq.http-client.version>3.5.0.RELEASE</rabbitmq.http-client.version>
<!-- Newer version contains new rule that we violate. Needs to be fixed first -->
<hibernate-validator.version>6.0.20.Final</hibernate-validator.version>
<!-- Spring boot version overrides - END -->
<!-- Spring boot version overrides - END -->
<!-- Vaadin versions - START -->
<vaadin.version>8.14.1</vaadin.version>
@@ -163,7 +161,7 @@
<!-- Misc libraries versions - START -->
<cron-utils.version>9.1.6</cron-utils.version>
<jsoup.version>1.14.2</jsoup.version>
<jsoup.version>1.15.3</jsoup.version>
<allure.version>2.13.6</allure.version>
<eclipselink.version>2.7.9</eclipselink.version>
<gwtmockito.version>1.1.8</gwtmockito.version>