This is an automated email from the ASF dual-hosted git repository.
sruehl pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git
The following commit(s) were added to refs/heads/develop by this push:
new 48757b3c7b build(deps): bump org.jsoup:jsoup from 1.21.2 to 1.22.1
(#2416)
48757b3c7b is described below
commit 48757b3c7bc2449f91738ce099c175757a41a8a6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Feb 12 15:55:49 2026 +0100
build(deps): bump org.jsoup:jsoup from 1.21.2 to 1.22.1 (#2416)
Bumps [org.jsoup:jsoup](https://github.com/jhy/jsoup) from 1.21.2 to 1.22.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.21.2...jsoup-1.22.1)
---
updated-dependencies:
- dependency-name: org.jsoup:jsoup
dependency-version: 1.22.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
protocols/bacnetip/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/protocols/bacnetip/pom.xml b/protocols/bacnetip/pom.xml
index 9685787289..e30fca4f02 100644
--- a/protocols/bacnetip/pom.xml
+++ b/protocols/bacnetip/pom.xml
@@ -148,7 +148,7 @@
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
- <version>1.21.2</version>
+ <version>1.22.1</version>
</dependency>
</dependencies>
</plugin>