Update dependency org.jsoup:jsoup to v1.14.3

This commit is contained in:
Renovate Bot 2022-05-04 21:34:39 +00:00
parent e67e2ecda3
commit 810f1f6838
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B

View File

@ -70,7 +70,7 @@ dependencies {
compile 'com.google.apis:google-api-services-youtube:v3-rev20210410-1.31.0' compile 'com.google.apis:google-api-services-youtube:v3-rev20210410-1.31.0'
compile group: 'org.jsoup', name: 'jsoup', version: '1.13.1' compile group: 'org.jsoup', name: 'jsoup', version: '1.14.3'
testCompile('org.springframework.boot:spring-boot-starter-test') testCompile('org.springframework.boot:spring-boot-starter-test')
testCompile('com.jayway.jsonpath:json-path') testCompile('com.jayway.jsonpath:json-path')