This is an automated email from the ASF dual-hosted git repository.

ilgrosso pushed a commit to branch 4_0_X
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/4_0_X by this push:
     new 2b7660e357 Bump org.jsoup:jsoup from 1.21.2 to 1.22.1
2b7660e357 is described below

commit 2b7660e35794033a2a67c25fe5bdc4280c3bb318
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 8a1fae7e31..9005fe489a 100644
--- a/fit/core-reference/pom.xml
+++ b/fit/core-reference/pom.xml
@@ -718,7 +718,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 ce4c8b9140..7852e77ba2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1362,7 +1362,7 @@ under the License.
       <dependency>
         <groupId>org.jsoup</groupId>
         <artifactId>jsoup</artifactId>
-        <version>1.21.2</version>
+        <version>1.22.1</version>
       </dependency>
 
       <dependency>

Reply via email to