Skip to content

Commit

Permalink
Bump jsoup from 1.14.3 to 1.15.1
Browse files Browse the repository at this point in the history
Bumps [jsoup](https://github.com/jhy/jsoup) from 1.14.3 to 1.15.1.
- [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.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>
  • Loading branch information
dependabot[bot] committed May 20, 2022
1 parent f6b87b7 commit 3f03111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -58,7 +58,7 @@ dependencies {
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params', version: '5.8.2'
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.22.0'
testImplementation group: 'org.mockito', name: 'mockito-core', version: '4.5.1'
testImplementation group: 'org.jsoup', name: 'jsoup', version: '1.14.3'
testImplementation group: 'org.jsoup', name: 'jsoup', version: '1.15.1'
testImplementation group: 'cd.go.plugin', name: 'go-plugin-api', version: '21.4.0'
testImplementation group: 'org.skyscreamer', name: 'jsonassert', version: '1.5.0'
}
Expand Down

0 comments on commit 3f03111

Please sign in to comment.