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 06e758ba00 Update Jetty to 12.0.23
06e758ba00 is described below
commit 06e758ba002aae1bfae1f8897823af60351f63f4
Author: Andriy Redko <[email protected]>
AuthorDate: Wed Jul 2 21:34:58 2025 -0400
Update Jetty to 12.0.23
---
distribution/src/main/release/samples/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/distribution/src/main/release/samples/pom.xml
b/distribution/src/main/release/samples/pom.xml
index fe5b88b848..0e82e2d105 100644
--- a/distribution/src/main/release/samples/pom.xml
+++ b/distribution/src/main/release/samples/pom.xml
@@ -33,7 +33,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<cxf.spring.boot.version>3.4.7</cxf.spring.boot.version>
<cxf.spring.cloud.eureka.version>4.2.1</cxf.spring.cloud.eureka.version>
- <cxf.jetty12.version>12.0.22</cxf.jetty12.version>
+ <cxf.jetty12.version>12.0.23</cxf.jetty12.version>
<cxf.netty.version>4.1.122.Final</cxf.netty.version>
<cxf.httpcomponents.client.version>4.5.14</cxf.httpcomponents.client.version>
<cxf.swagger.ui.version>5.25.3</cxf.swagger.ui.version>