Skip to content

Commit

Permalink
Update jsoup to 1.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
conker84 committed Oct 13, 2021
1 parent abe02c1 commit 860873a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion full/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ dependencies {
compileOnly "org.apache.poi:poi-ooxml:3.17"
testCompile "org.apache.poi:poi-ooxml:3.17"

compile 'org.jsoup:jsoup:1.11.3'
compile 'org.jsoup:jsoup:1.14.2'

compile group: 'org.roaringbitmap', name: 'RoaringBitmap', version: '0.7.17'
compile(group: 'org.apache.commons', name: 'commons-configuration2', version: '2.7') {
Expand Down

0 comments on commit 860873a

Please sign in to comment.