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

boris-petrov pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/shiro.git


The following commit(s) were added to refs/heads/main by this push:
     new 3fe4555f1 chore(deps): bump the maven-dependencies group with 5 
updates (#2849)
3fe4555f1 is described below

commit 3fe4555f10115d29cad7a74735d3d5a5243486f0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Aug 6 10:32:48 2026 +0300

    chore(deps): bump the maven-dependencies group with 5 updates (#2849)
    
    Bumps the maven-dependencies group with 5 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | [org.apache.groovy:groovy-all](https://github.com/apache/groovy) | 
`5.0.7` | `5.0.8` |
    | [org.apache.groovy:groovy](https://github.com/apache/groovy) | `5.0.7` | 
`5.0.8` |
    | org.apache.felix:maven-bundle-plugin | `6.0.2` | `6.1.0` |
    | [org.omnifaces:omnifaces](https://github.com/omnifaces/omnifaces) | 
`5.4.3` | `5.4.5` |
    | [org.jsoup:jsoup](https://github.com/jhy/jsoup) | `1.22.2` | `1.23.1` |
    
    
    Updates `org.apache.groovy:groovy-all` from 5.0.7 to 5.0.8
    - [Commits](https://github.com/apache/groovy/commits)
    
    Updates `org.apache.groovy:groovy` from 5.0.7 to 5.0.8
    - [Commits](https://github.com/apache/groovy/commits)
    
    Updates `org.apache.groovy:groovy` from 5.0.7 to 5.0.8
    - [Commits](https://github.com/apache/groovy/commits)
    
    Updates `org.apache.felix:maven-bundle-plugin` from 6.0.2 to 6.1.0
    
    Updates `org.omnifaces:omnifaces` from 5.4.3 to 5.4.5
    - [Commits](https://github.com/omnifaces/omnifaces/compare/5.4.3...5.4.5)
    
    Updates `org.jsoup:jsoup` from 1.22.2 to 1.23.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.22.2...jsoup-1.23.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.groovy:groovy-all
      dependency-version: 5.0.8
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: maven-dependencies
    - dependency-name: org.apache.groovy:groovy
      dependency-version: 5.0.8
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: maven-dependencies
    - dependency-name: org.apache.groovy:groovy
      dependency-version: 5.0.8
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: maven-dependencies
    - dependency-name: org.apache.felix:maven-bundle-plugin
      dependency-version: 6.1.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: maven-dependencies
    - dependency-name: org.omnifaces:omnifaces
      dependency-version: 5.4.5
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: maven-dependencies
    - dependency-name: org.jsoup:jsoup
      dependency-version: 1.23.1
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: maven-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 pom.xml                    | 4 ++--
 support/jakarta-ee/pom.xml | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index cde2bb2ad..41d1bba8c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -127,7 +127,7 @@
         <mockito.version>5.23.0</mockito.version>
         <bytebuddy.version>1.18.11</bytebuddy.version>
         <gmaven.version>5.1.0</gmaven.version>
-        <groovy.version>5.0.7</groovy.version>
+        <groovy.version>5.0.8</groovy.version>
         <junit.version>6.1.2</junit.version>
         <junit.server.jetty.version>3.5.0</junit.server.jetty.version>
         <hibernate.version>7.4.5.Final</hibernate.version>
@@ -321,7 +321,7 @@
                 <plugin>
                     <groupId>org.apache.felix</groupId>
                     <artifactId>maven-bundle-plugin</artifactId>
-                    <version>6.0.2</version>
+                    <version>6.1.0</version>
                     <dependencies>
                         <!-- Required to upgrade bnd in the 
maven-bundle-plugin to be able to handle Multi-Release jars -->
                         <dependency>
diff --git a/support/jakarta-ee/pom.xml b/support/jakarta-ee/pom.xml
index bdff5a64c..0bcc6d408 100644
--- a/support/jakarta-ee/pom.xml
+++ b/support/jakarta-ee/pom.xml
@@ -71,12 +71,12 @@
         <dependency>
             <groupId>org.omnifaces</groupId>
             <artifactId>omnifaces</artifactId>
-            <version>5.4.3</version>
+            <version>5.4.5</version>
         </dependency>
         <dependency>
             <groupId>org.jsoup</groupId>
             <artifactId>jsoup</artifactId>
-            <version>1.22.2</version>
+            <version>1.23.1</version>
         </dependency>
 
         <!-- Test Dependencies -->

Reply via email to