Skip to content

Commit

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

Bump org.jsoup:jsoup from 1.18.2 to 1.18.3
  • Loading branch information
xvik authored Dec 4, 2024
2 parents a778e35 + 9c0c503 commit 51f0c67
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.18.2'
implementation 'org.jsoup:jsoup:1.18.3'
implementation 'in.wilsonl.minifyhtml:minify-html:0.15.0'
implementation 'commons-io:commons-io:2.18.0'
implementation 'com.google.javascript:closure-compiler:v20240317'
Expand Down

0 comments on commit 51f0c67

Please sign in to comment.