Skip to content

Commit

Permalink
Merge pull request #48 from xvik/dependabot/gradle/org.jsoup-jsoup-1.…
Browse files Browse the repository at this point in the history
…18.1

Bump org.jsoup:jsoup from 1.17.2 to 1.18.1
  • Loading branch information
xvik authored Jul 11, 2024
2 parents 14411e5 + 669a00a commit 7102e3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ wrapper {

repositories { mavenLocal(); mavenCentral(); gradlePluginPortal() }
dependencies {
implementation 'org.jsoup:jsoup:1.17.2'
implementation 'org.jsoup:jsoup:1.18.1'
implementation 'in.wilsonl.minifyhtml:minify-html:0.15.0'
implementation 'commons-io:commons-io:2.16.1'
implementation 'com.google.javascript:closure-compiler:v20240317'
Expand Down

0 comments on commit 7102e3a

Please sign in to comment.