This is an automated email from the ASF dual-hosted git repository.
apupier 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 81ec2fb9e70e chore(deps): Bump org.jsoup:jsoup from 1.22.2 to 1.23.1
81ec2fb9e70e is described below
commit 81ec2fb9e70ef860c0ac15269f5454ca5b94d593
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jul 30 12:22:04 2026 +0000
chore(deps): Bump org.jsoup:jsoup from 1.22.2 to 1.23.1
Bumps [org.jsoup:jsoup](https://github.com/jhy/jsoup) from 1.22.2 to 1.23.1.
- [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.22.2...jsoup-1.23.1)
---
updated-dependencies:
- dependency-name: org.jsoup:jsoup
dependency-version: 1.23.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
---
parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index 382b0c7dc8b0..b410e0656d57 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -319,7 +319,7 @@
<json-smart-version>2.6.0</json-smart-version>
<jsonata-version>0.9.10</jsonata-version>
<json-unit-version>6.0.1</json-unit-version>
- <jsoup-version>1.22.2</jsoup-version>
+ <jsoup-version>1.23.1</jsoup-version>
<jspecify-version>1.0.1</jspecify-version>
<!-- NullAway / Error Prone (used by -Pnullcheck profile, requires JDK
21+) -->