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

reta pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/main by this push:
     new 66ff35d260 Bump org.glassfish.grizzly:grizzly-http-server from 4.0.2 
to 5.0.0 (#2839)
66ff35d260 is described below

commit 66ff35d260e4d0e72d38969c6544a536f1028471
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jan 27 09:29:25 2026 -0500

    Bump org.glassfish.grizzly:grizzly-http-server from 4.0.2 to 5.0.0 (#2839)
    
    Bumps org.glassfish.grizzly:grizzly-http-server from 4.0.2 to 5.0.0.
    
    ---
    updated-dependencies:
    - dependency-name: org.glassfish.grizzly:grizzly-http-server
      dependency-version: 5.0.0
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 parent/pom.xml                                 | 2 ++
 systests/container-integration/grizzly/pom.xml | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 1ff35da76a..af8af7887a 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -119,6 +119,7 @@
         <cxf.geronimo.openapi.version>1.0.15</cxf.geronimo.openapi.version>
         <cxf.glassfish.el.version>4.0.2</cxf.glassfish.el.version>
         <cxf.glassfish.json.version>2.0.1</cxf.glassfish.json.version>
+        <cxf.grizzly.version>5.0.0</cxf.grizzly.version>
         <cxf.hamcrest.version>3.0</cxf.hamcrest.version>
         <cxf.hazelcast.version>5.6.0</cxf.hazelcast.version>
         <cxf.hibernate.em.version>7.2.1.Final</cxf.hibernate.em.version>
@@ -2369,6 +2370,7 @@
             <properties>
                 <cxf.derby.version>10.16.1.1</cxf.derby.version>
                 <cxf.lucene.version>9.12.3</cxf.lucene.version>
+                <cxf.grizzly.version>4.0.2</cxf.grizzly.version>
             </properties>
         </profile>
     </profiles>
diff --git a/systests/container-integration/grizzly/pom.xml 
b/systests/container-integration/grizzly/pom.xml
index bc98a4443e..f9f7542b2c 100644
--- a/systests/container-integration/grizzly/pom.xml
+++ b/systests/container-integration/grizzly/pom.xml
@@ -60,7 +60,7 @@
         <dependency>
             <groupId>org.glassfish.grizzly</groupId>
             <artifactId>grizzly-http-server</artifactId>
-            <version>4.0.2</version>
+            <version>${cxf.grizzly.version}</version>
             <scope>test</scope>
         </dependency>
         <dependency>

Reply via email to