Skip to content
This repository has been archived by the owner on Aug 10, 2024. It is now read-only.

Commit

Permalink
Bump org.jsoup:jsoup from 1.16.1 to 1.16.2
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.16.2.
- [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.16.2)

---
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>
  • Loading branch information
dependabot[bot] authored Oct 21, 2023
1 parent ae818c3 commit eae35d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ tasks.test {
}

dependencies {
api("org.jsoup:jsoup:1.16.1")
api("org.jsoup:jsoup:1.16.2")
implementation("org.apache.commons:commons-text:1.10.0")
implementation("com.google.guava:guava:32.1.1-jre")
api("dev.forkhandles:result4k:2.7.1.0")
Expand Down

0 comments on commit eae35d4

Please sign in to comment.