Skip to content

Commit 35aa624

Browse files
dependabot[bot]Foso
authored andcommitted
Bump jsoup from 1.14.3 to 1.15.3
Bumps [jsoup](https://github.com/jhy/jsoup) from 1.14.3 to 1.15.3. - [Release notes](https://github.com/jhy/jsoup/releases) - [Changelog](https://github.com/jhy/jsoup/blob/master/CHANGES) - [Commits](jhy/jsoup@jsoup-1.14.3...jsoup-1.15.3) --- updated-dependencies: - dependency-name: org.jsoup:jsoup dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6a77c13 commit 35aa624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

converter/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repositories {
1616

1717
dependencies {
1818
testImplementation(kotlin("test"))
19-
implementation("org.jsoup:jsoup:1.14.3")
19+
implementation("org.jsoup:jsoup:1.15.3")
2020
implementation("org.slf4j:slf4j-api:2.0.0") {
2121
because("ph-css")
2222
}

0 commit comments

Comments
 (0)