Skip to content

Commit bfe9bf2

Browse files
build(deps): bump org.jsoup:jsoup from 1.16.1 to 1.22.2
Bumps [org.jsoup:jsoup](https://github.com/jhy/jsoup) from 1.16.1 to 1.22.2. - [Release notes](https://github.com/jhy/jsoup/releases) - [Changelog](https://github.com/jhy/jsoup/blob/master/CHANGES.md) - [Commits](jhy/jsoup@jsoup-1.16.1...jsoup-1.22.2) --- updated-dependencies: - dependency-name: org.jsoup:jsoup dependency-version: 1.22.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8be45e6 commit bfe9bf2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libs/opengraph/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ android {
77
}
88

99
dependencies {
10-
implementation("org.jsoup:jsoup:1.16.1")
10+
implementation("org.jsoup:jsoup:1.22.2")
1111
implementation(project(":libs:encryption:utils"))
1212

1313
implementation(libs.bundles.kotlinx.serialization)

0 commit comments

Comments
 (0)