diff --git a/build.gradle b/build.gradle index 7424ff2..a5ee7eb 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ repositories { mavenLocal(); mavenCentral(); gradlePluginPortal() } dependencies { compileOnly 'com.github.spotbugs:spotbugs-annotations:4.8.0' - implementation 'org.jsoup:jsoup:1.16.1' + implementation 'org.jsoup:jsoup:1.16.2' implementation 'in.wilsonl.minifyhtml:minify-html:0.10.8' implementation 'commons-io:commons-io:2.14.0' implementation 'com.google.javascript:closure-compiler:v20230802'