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

robertlazarski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git


The following commit(s) were added to refs/heads/master by this push:
     new 436a45595d AXIS2-6099 fix some dependabot alerts on old versions
436a45595d is described below

commit 436a45595d1be9e7fb6dfb8e2477600fe8fe5fe1
Author: Robert Lazarski <[email protected]>
AuthorDate: Tue Dec 9 09:09:26 2025 -1000

    AXIS2-6099 fix some dependabot alerts on old versions
---
 modules/transport-h2/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/modules/transport-h2/pom.xml b/modules/transport-h2/pom.xml
index 2354d71534..0c92fe7320 100644
--- a/modules/transport-h2/pom.xml
+++ b/modules/transport-h2/pom.xml
@@ -141,13 +141,13 @@
         <dependency>
             <groupId>io.undertow</groupId>
             <artifactId>undertow-core</artifactId>
-            <version>2.3.10.Final</version>
+            <version>2.3.20.Final</version>
             <optional>true</optional>
         </dependency>
         <dependency>
             <groupId>io.undertow</groupId>
             <artifactId>undertow-servlet</artifactId>
-            <version>2.3.10.Final</version>
+            <version>2.3.20.Final</version>
             <optional>true</optional>
         </dependency>
 
@@ -155,7 +155,7 @@
         <dependency>
             <groupId>org.jboss.xnio</groupId>
             <artifactId>xnio-api</artifactId>
-            <version>3.8.8.Final</version>
+            <version>3.8.14.Final</version>
             <optional>true</optional>
         </dependency>
 

Reply via email to