Update jsoup from 1.14.3 to 1.15.3

Version 1.14.3 also included a vulnerability (CVE-2022-36033) that got fixed with 1.15.3.
This commit is contained in:
Hannes Braun 2022-12-19 20:30:14 +01:00
parent 795ddc516d
commit d457627e00
Signed by: hannesbraun
GPG Key ID: 7B6557E1DFD685BE
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'org.jetbrains.kotlin:kotlin-stdlib'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.1'
implementation 'org.jsoup:jsoup:1.14.3'
implementation 'org.jsoup:jsoup:1.15.3'
implementation 'com.google.code.gson:gson:2.9.0'
testImplementation 'org.junit.jupiter:junit-jupiter:5.8.2'