Skip to content

Commit

Permalink
Bump org.jsoup:jsoup from 1.18.1 to 1.18.3 (#12)
Browse files Browse the repository at this point in the history
Bumps [org.jsoup:jsoup](https://github.com/jhy/jsoup) from 1.18.1 to 1.18.3.
- [Release notes](https://github.com/jhy/jsoup/releases)
- [Changelog](https://github.com/jhy/jsoup/blob/master/CHANGES.md)
- [Commits](jhy/jsoup@jsoup-1.18.1...jsoup-1.18.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 10, 2024
1 parent c85003a commit 5e80a95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,12 @@ kotlin {
}

jvmMain.dependencies {
implementation("org.jsoup:jsoup:1.18.1")
implementation("org.jsoup:jsoup:1.18.3")
implementation("io.ktor:ktor-client-jetty:$ktorVersion")
}

androidMain.dependencies {
implementation("org.jsoup:jsoup:1.18.1")
implementation("org.jsoup:jsoup:1.18.3")
implementation("io.ktor:ktor-client-android:$ktorVersion")
}

Expand Down

0 comments on commit 5e80a95

Please sign in to comment.