Skip to content

Commit a6e6905

Browse files
Bump org.jsoup:jsoup from 1.17.1 to 1.17.2 (#23)
Bumps [org.jsoup:jsoup](https://github.com/jhy/jsoup) from 1.17.1 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.17.1...jsoup-1.17.2) --- updated-dependencies: - dependency-name: org.jsoup:jsoup dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 63255eb commit a6e6905

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
@@ -80,7 +80,7 @@ dependencies {
8080
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.8.0'
8181
testImplementation group: 'org.hamcrest', name: 'hamcrest', version: '2.2'
8282
testImplementation group: 'org.skyscreamer', name: 'jsonassert', version: '1.5.1'
83-
testImplementation group: 'org.jsoup', name: 'jsoup', version: '1.17.1'
83+
testImplementation group: 'org.jsoup', name: 'jsoup', version: '1.17.2'
8484
testImplementation group: 'com.squareup.okhttp3', name: 'mockwebserver', version: '4.12.0'
8585

8686
testImplementation platform('org.junit:junit-bom:5.10.1')

0 commit comments

Comments
 (0)