Skip to content

Commit 583f7a3

Browse files
Bump org.jsoup:jsoup from 1.15.3 to 1.17.2
Bumps [org.jsoup:jsoup](https://github.com/jhy/jsoup) from 1.15.3 to 1.17.2. - [Release notes](https://github.com/jhy/jsoup/releases) - [Changelog](https://github.com/jhy/jsoup/blob/master/CHANGES.md) - [Commits](jhy/jsoup@jsoup-1.15.3...jsoup-1.17.2) --- updated-dependencies: - dependency-name: org.jsoup:jsoup dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 45db4f1 commit 583f7a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ dependencies {
6969
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
7070

7171
implementation("org.assertj:assertj-core:3.25.3")
72-
implementation("org.jsoup:jsoup:1.15.3")
72+
implementation("org.jsoup:jsoup:1.17.2")
7373

7474
testImplementation("org.jetbrains.kotlin:kotlin-test")
7575
testImplementation("org.jetbrains.kotlin:kotlin-test-junit")

0 commit comments

Comments
 (0)