We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 17f1aab + 98889ad commit d671568Copy full SHA for d671568
build.gradle
@@ -26,7 +26,7 @@ repositories { mavenLocal(); mavenCentral(); gradlePluginPortal() }
26
dependencies {
27
implementation 'org.jsoup:jsoup:1.20.1'
28
implementation 'in.wilsonl.minifyhtml:minify-html:0.15.0'
29
- implementation 'commons-io:commons-io:2.19.0'
+ implementation 'commons-io:commons-io:2.20.0'
30
implementation 'com.google.javascript:closure-compiler:v20240317'
31
implementation 'com.fasterxml.jackson.core:jackson-databind:2.19.2'
32
implementation 'org.graalvm.js:js:22.3.5'
0 commit comments