Skip to content

Commit

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

Bump org.jsoup:jsoup from 1.16.1 to 1.16.2
  • Loading branch information
xvik authored Oct 21, 2023
2 parents 8a0a77e + 4aab611 commit 3c3ca44
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 @@ 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'
Expand Down

0 comments on commit 3c3ca44

Please sign in to comment.