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 f8082080c4f Downgrade grizzly to 4.0.2; grizzly-http-server has broken 
parentage (#3028)
f8082080c4f is described below

commit f8082080c4f3f3aad3a595f227fe9409a5876bb9
Author: Tom Cunningham <[email protected]>
AuthorDate: Wed Apr 29 07:34:15 2026 -0400

    Downgrade grizzly to 4.0.2; grizzly-http-server has broken parentage (#3028)
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index d36274a9db7..1663a22366b 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -120,7 +120,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.grizzly.version>4.0.2</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.3.2.Final</cxf.hibernate.em.version>

Reply via email to