commit | 556d6ddbca51af2121582b6e9af46a3b50a6c0bf | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Thu Sep 01 22:26:20 2022 +0000 |
committer | GitHub <noreply@github.com> | Thu Sep 01 22:26:20 2022 +0000 |
tree | a95a049a5af71aa9648f78f9132bb6c897338417 | |
parent | 5bca0524947c2031b204e5fdeb97ea917d391c1b [diff] |
Bump jsoup from 1.13.1 to 1.15.3 Bumps [jsoup](https://github.com/jhy/jsoup) from 1.13.1 to 1.15.3. - [Release notes](https://github.com/jhy/jsoup/releases) - [Changelog](https://github.com/jhy/jsoup/blob/master/CHANGES) - [Commits](https://github.com/jhy/jsoup/compare/jsoup-1.13.1...jsoup-1.15.3) --- updated-dependencies: - dependency-name: org.jsoup:jsoup dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
diff --git a/pom.xml b/pom.xml index e4cb2b2..2c60e00 100644 --- a/pom.xml +++ b/pom.xml
@@ -221,7 +221,7 @@ <dependency> <groupId>org.jsoup</groupId> <artifactId>jsoup</artifactId> - <version>1.13.1</version> + <version>1.15.3</version> <scope>test</scope> </dependency> <!-- logging -->