| commit | 50d48e2634bbdee1a5de6f5dc45c72b48f133fd8 | [log] [tgz] |
|---|---|---|
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Thu Sep 01 23:55:51 2022 +0000 |
| committer | GitHub <noreply@github.com> | Thu Sep 01 23:55:51 2022 +0000 |
| tree | 8a1a6c5a88659edf7ecfe4d76deae2f9a08ca603 | |
| parent | 4bcf2fdc941029e03470837030cf0cf88a01083d [diff] |
Bump jsoup from 1.15.1 to 1.15.3 Bumps [jsoup](https://github.com/jhy/jsoup) from 1.15.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.15.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 3924846..7d97fe0 100644 --- a/pom.xml +++ b/pom.xml
@@ -277,7 +277,7 @@ <dependency> <groupId>org.jsoup</groupId> <artifactId>jsoup</artifactId> - <version>1.15.1</version> + <version>1.15.3</version> <scope>test</scope> </dependency> <!-- testing -->