Skip to content
This repository was archived by the owner on Mar 10, 2022. It is now read-only.

Commit 3655855

Browse files
Bump jsoup from 1.14.2 to 1.14.3
Bumps [jsoup](https://github.com/jhy/jsoup) from 1.14.2 to 1.14.3. - [Release notes](https://github.com/jhy/jsoup/releases) - [Changelog](https://github.com/jhy/jsoup/blob/master/CHANGES) - [Commits](jhy/jsoup@jsoup-1.14.2...jsoup-1.14.3) --- updated-dependencies: - dependency-name: org.jsoup:jsoup dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 51ed1df commit 3655855

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java-dto/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ dependencies {
1515
implementation("de.m4rc3l.nova:nova-core:${novaVersion}") { changing true }
1616

1717
// TODO: remove this
18-
implementation 'org.jsoup:jsoup:1.14.2'
18+
implementation 'org.jsoup:jsoup:1.14.3'
1919
}

0 commit comments

Comments
 (0)