Skip to content

Commit e19df38

Browse files
authored
Merge pull request #76 from xvik/dependabot/gradle/org.jsoup-jsoup-1.21.1
Bump org.jsoup:jsoup from 1.20.1 to 1.21.1
2 parents d671568 + a7295dc commit e19df38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ wrapper {
2424

2525
repositories { mavenLocal(); mavenCentral(); gradlePluginPortal() }
2626
dependencies {
27-
implementation 'org.jsoup:jsoup:1.20.1'
27+
implementation 'org.jsoup:jsoup:1.21.1'
2828
implementation 'in.wilsonl.minifyhtml:minify-html:0.15.0'
2929
implementation 'commons-io:commons-io:2.20.0'
3030
implementation 'com.google.javascript:closure-compiler:v20240317'

0 commit comments

Comments
 (0)