Update dependency org.jsoup:jsoup to v1.14.3

This commit is contained in:
Renovate Bot 2022-05-13 17:47:06 +00:00
parent 9d50e4c95f
commit 7ec9037fb5
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B

View File

@ -63,7 +63,7 @@ dependencies {
implementation 'com.google.apis:google-api-services-youtube:v3-rev20210410-1.31.0' implementation 'com.google.apis:google-api-services-youtube:v3-rev20210410-1.31.0'
implementation group: 'org.jsoup', name: 'jsoup', version: '1.13.1' implementation group: 'org.jsoup', name: 'jsoup', version: '1.14.3'
implementation("org.springframework.boot:spring-boot-starter-thymeleaf") { implementation("org.springframework.boot:spring-boot-starter-thymeleaf") {