Skip to content

Commit

Permalink
build(deps): bump org.jsoup:jsoup from 1.9.2 to 1.15.3
Browse files Browse the repository at this point in the history
Bumps [org.jsoup:jsoup](https://github.com/jhy/jsoup) from 1.9.2 to 1.15.3.
- [Release notes](https://github.com/jhy/jsoup/releases)
- [Changelog](https://github.com/jhy/jsoup/blob/jsoup-1.15.3/CHANGES)
- [Commits](jhy/jsoup@jsoup-1.9.2...jsoup-1.15.3)

---
updated-dependencies:
- dependency-name: org.jsoup:jsoup
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 18, 2024
1 parent dce6a0c commit 262a70d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parser/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ compileTestJava.options.encoding = 'UTF-8'

dependencies {
compile 'joda-time:joda-time:2.8.1'
compile 'org.jsoup:jsoup:1.9.2'
compile 'org.jsoup:jsoup:1.15.3'
compile 'org.apache.httpcomponents:fluent-hc:4.5.3'
compile 'org.apache.httpcomponents:httpmime:4.5.3'
compile 'org.json:json:20090211'
Expand Down

0 comments on commit 262a70d

Please sign in to comment.