We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f05dfe commit 1697c02Copy full SHA for 1697c02
build.gradle
@@ -14,7 +14,7 @@ subprojects {
14
implementation 'org.slf4j:slf4j-api:2.0.6'
15
implementation 'com.github.ben-manes.caffeine:caffeine:3.1.1'
16
implementation 'ch.qos.logback:logback-classic:1.2.11'
17
- implementation 'org.jsoup:jsoup:1.15.3'
+ implementation 'org.jsoup:jsoup:1.16.1'
18
19
testImplementation 'junit:junit:4.13.2'
20
testImplementation 'org.assertj:assertj-core:3.23.1'
0 commit comments