Skip to content

Commit 13d604a

Browse files
Bump org.jsoup:jsoup from 1.18.3 to 1.19.1
Bumps [org.jsoup:jsoup](https://github.com/jhy/jsoup) from 1.18.3 to 1.19.1. - [Release notes](https://github.com/jhy/jsoup/releases) - [Changelog](https://github.com/jhy/jsoup/blob/master/CHANGES.md) - [Commits](jhy/jsoup@jsoup-1.18.3...jsoup-1.19.1) --- 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 45b0d32 commit 13d604a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ dependencies {
103103
testImplementation group: 'org.mockito', name: 'mockito-junit-jupiter', version: project.versions.mockito
104104
testImplementation group: 'org.hamcrest', name: 'hamcrest', version: '3.0'
105105
testImplementation group: 'org.skyscreamer', name: 'jsonassert', version: '1.5.3'
106-
testImplementation group: 'org.jsoup', name: 'jsoup', version: '1.18.3'
106+
testImplementation group: 'org.jsoup', name: 'jsoup', version: '1.19.1'
107107
}
108108

109109
test {

0 commit comments

Comments
 (0)