Skip to content

Commit

Permalink
Bump org.jsoup:jsoup from 1.16.1 to 1.17.1 in /tweet-impl-mastodon4j
Browse files Browse the repository at this point in the history
Bumps [org.jsoup:jsoup](https://github.com/jhy/jsoup) from 1.16.1 to 1.17.1.
- [Release notes](https://github.com/jhy/jsoup/releases)
- [Changelog](https://github.com/jhy/jsoup/blob/master/CHANGES)
- [Commits](jhy/jsoup@jsoup-1.16.1...jsoup-1.17.1)

---
updated-dependencies:
- dependency-name: org.jsoup:jsoup
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Nov 27, 2023
1 parent 629131c commit a1108d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tweet-impl-mastodon4j/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies {
api project(':tweetwallfx-tweet-api')

implementation 'org.json:json:20230618' // explicit declaration to avoid CVE-2022-45688
implementation 'org.jsoup:jsoup:1.16.1'
implementation 'org.jsoup:jsoup:1.17.1'
implementation 'org.mastodon4j:mastodon4j-core:0.9.0'
implementation 'org.slf4j:slf4j-api'

Expand Down

0 comments on commit a1108d5

Please sign in to comment.