From a9b578a09b5cfb475b1a4eb90654b572d3165f73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 15:01:06 +0000 Subject: [PATCH] build(deps): bump org.jsoup:jsoup from 1.16.1 to 1.20.1 Bumps [org.jsoup:jsoup](https://github.com/jhy/jsoup) from 1.16.1 to 1.20.1. - [Release notes](https://github.com/jhy/jsoup/releases) - [Changelog](https://github.com/jhy/jsoup/blob/master/CHANGES.md) - [Commits](https://github.com/jhy/jsoup/compare/jsoup-1.16.1...jsoup-1.20.1) --- updated-dependencies: - dependency-name: org.jsoup:jsoup dependency-version: 1.20.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- libs/opengraph/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/opengraph/build.gradle.kts b/libs/opengraph/build.gradle.kts index a6f6cdd3a..a197a3b76 100644 --- a/libs/opengraph/build.gradle.kts +++ b/libs/opengraph/build.gradle.kts @@ -48,7 +48,7 @@ dependencies { implementation(platform(Libs.compose_bom)) implementation(Libs.compose_ui) - implementation("org.jsoup:jsoup:1.16.1") + implementation("org.jsoup:jsoup:1.20.1") implementation(project(":libs:encryption:utils")) implementation(Libs.kotlinx_coroutines_core)