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 c92b3f1624 build(deps): bump org.jsoup:jsoup from 1.18.2 to 1.18.3
(#1922)
c92b3f1624 is described below
commit c92b3f1624b3db0e42216c292712a0e04f106d38
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 2 16:33:36 2024 +0100
build(deps): bump org.jsoup:jsoup from 1.18.2 to 1.18.3 (#1922)
Bumps [org.jsoup:jsoup](https://github.com/jhy/jsoup) from 1.18.2 to 1.18.3.
- [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.2...jsoup-1.18.3)
---
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>
---
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 0e7640be4e..02903f5565 100644
--- a/protocols/bacnetip/pom.xml
+++ b/protocols/bacnetip/pom.xml
@@ -150,7 +150,7 @@
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
- <version>1.18.2</version>
+ <version>1.18.3</version>
</dependency>
</dependencies>
</plugin>