This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/master by this push:
new 30b40d2228 Bump org.jsoup:jsoup from 1.21.2 to 1.22.1
30b40d2228 is described below
commit 30b40d2228c9e13a3d992830240f14870ec25ce2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jan 5 22:32:32 2026 +0000
Bump org.jsoup:jsoup from 1.21.2 to 1.22.1
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:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
---
fit/core-reference/pom.xml | 2 +-
pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/fit/core-reference/pom.xml b/fit/core-reference/pom.xml
index cc0626500b..b36582678b 100644
--- a/fit/core-reference/pom.xml
+++ b/fit/core-reference/pom.xml
@@ -716,7 +716,7 @@ under the License.
</image>
<image>
<alias>dashboards</alias>
- <name>opensearchproject/opensearch-dashboards:3.3.0</name>
+
<name>opensearchproject/opensearch-dashboards:${opensearch.version}</name>
<run>
<env>
<OPENSEARCH_HOSTS>http://${docker.container.opensearch.ip}:9200</OPENSEARCH_HOSTS>
diff --git a/pom.xml b/pom.xml
index 2b3830f0d3..1a0b097e2e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1370,7 +1370,7 @@ under the License.
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
- <version>1.21.2</version>
+ <version>1.22.1</version>
</dependency>
<dependency>