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

mbuenger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new d6830bcb Bump org.jsoup:jsoup from 1.21.2 to 1.22.1 (#1572)
d6830bcb is described below

commit d6830bcbffde3129dc528642f292ae7cd9e053e6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jan 2 15:52:12 2026 +0100

    Bump org.jsoup:jsoup from 1.21.2 to 1.22.1 (#1572)
    
    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>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 817789e5..949aa60b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -520,7 +520,7 @@ under the License.
               <dependency>
                 <groupId>org.jsoup</groupId>
                 <artifactId>jsoup</artifactId>
-                <version>1.21.2</version>
+                <version>1.22.1</version>
               </dependency>
             </dependencies>
           </plugin>

Reply via email to