Skip to content

Commit def35a7

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 b4a5a40 commit def35a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ dependencies {
121121
testImplementation platform('org.mockito:mockito-bom:5.15.2')
122122
testImplementation group: 'org.mockito', name: 'mockito-core'
123123
testImplementation group: 'org.skyscreamer', name: 'jsonassert', version: '1.5.3'
124-
testImplementation group: 'org.jsoup', name: 'jsoup', version: '1.18.3'
124+
testImplementation group: 'org.jsoup', name: 'jsoup', version: '1.19.1'
125125
}
126126

127127
test {

0 commit comments

Comments
 (0)