This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 1a134abc791 chore(deps): Bump org.jsoup:jsoup from 1.18.1 to 1.18.2
(#16390)
1a134abc791 is described below
commit 1a134abc7915d9bd1262727c5b31dd2d014cd452
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Nov 27 08:57:51 2024 +0100
chore(deps): Bump org.jsoup:jsoup from 1.18.1 to 1.18.2 (#16390)
Bumps [org.jsoup:jsoup](https://github.com/jhy/jsoup) from 1.18.1 to 1.18.2.
- [Release notes](https://github.com/jhy/jsoup/releases)
- [Changelog](https://github.com/jhy/jsoup/blob/master/CHANGES.md)
-
[Commits](https://github.com/jhy/jsoup/compare/jsoup-1.18.1...jsoup-1.18.2)
---
updated-dependencies:
- dependency-name: org.jsoup:jsoup
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index 8b73e6ffd72..a9ce39f62e9 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -305,7 +305,7 @@
<json-smart-version>2.5.1</json-smart-version>
<jsonata-version>0.9.8</jsonata-version>
<json-unit-version>4.0.0</json-unit-version>
- <jsoup-version>1.18.1</jsoup-version>
+ <jsoup-version>1.18.2</jsoup-version>
<jt400-version>20.0.7</jt400-version>
<jte-version>3.1.15</jte-version>
<junit-toolbox-version>2.4</junit-toolbox-version>