This is an automated email from the ASF dual-hosted git repository.
ctubbsii pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fluo-examples.git
The following commit(s) were added to refs/heads/main by this push:
new e84e41c Bump jsoup from 1.9.2 to 1.14.2 in /webindex (#19)
e84e41c is described below
commit e84e41c9dd7b0f15eac3ffbeaf11d71c9e009e84
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat May 21 06:30:51 2022 -0400
Bump jsoup from 1.9.2 to 1.14.2 in /webindex (#19)
Bumps [jsoup](https://github.com/jhy/jsoup) from 1.9.2 to 1.14.2.
- [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.9.2...jsoup-1.14.2)
---
updated-dependencies:
- dependency-name: org.jsoup:jsoup
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
webindex/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/webindex/pom.xml b/webindex/pom.xml
index 09b4f62..906f697 100644
--- a/webindex/pom.xml
+++ b/webindex/pom.xml
@@ -188,7 +188,7 @@
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
- <version>1.9.2</version>
+ <version>1.14.2</version>
</dependency>
<dependency>
<groupId>org.netpreserve.commons</groupId>