From ae9c2a348d49a39c29b9d638914d55ae1bf84131 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 08:17:59 +0000 Subject: [PATCH] Bump org.jsoup:jsoup from 1.16.1 to 1.16.2 in /tweet-impl-mastodon4j Bumps [org.jsoup:jsoup](https://github.com/jhy/jsoup) from 1.16.1 to 1.16.2. - [Release notes](https://github.com/jhy/jsoup/releases) - [Changelog](https://github.com/jhy/jsoup/blob/master/CHANGES) - [Commits](https://github.com/jhy/jsoup/compare/jsoup-1.16.1...jsoup-1.16.2) --- updated-dependencies: - dependency-name: org.jsoup:jsoup dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- tweet-impl-mastodon4j/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tweet-impl-mastodon4j/build.gradle b/tweet-impl-mastodon4j/build.gradle index 731f31a96..51a2453e8 100644 --- a/tweet-impl-mastodon4j/build.gradle +++ b/tweet-impl-mastodon4j/build.gradle @@ -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.16.2' implementation 'org.mastodon4j:mastodon4j-core:0.9.0' implementation 'org.slf4j:slf4j-api'