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

nihaljain pushed a commit to branch jetty12
in repository https://gitbox.apache.org/repos/asf/hbase-thirdparty.git

commit a79571df6dc677655dbc8651358d337901cfce89
Author: Nihal Jain <[email protected]>
AuthorDate: Thu Mar 27 17:35:06 2025 +0530

    HBASE-XXXX Add a jetty 12 module with EE8
---
 hbase-shaded-jetty-ee8/pom.xml | 2 +-
 pom.xml                        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/hbase-shaded-jetty-ee8/pom.xml b/hbase-shaded-jetty-ee8/pom.xml
index 6d706a5..ac09d42 100644
--- a/hbase-shaded-jetty-ee8/pom.xml
+++ b/hbase-shaded-jetty-ee8/pom.xml
@@ -233,7 +233,7 @@
         <artifactId>maven-antrun-plugin</artifactId>
         <executions>
           <!--
-          The webdefault.xml contains some jetty servlet classes which should 
also be relocated
+          The webdefault-ee8.xml contains some jetty servlet classes which 
should also be relocated
           -->
           <execution>
             <id>relocate-web-xml</id>
diff --git a/pom.xml b/pom.xml
index ce96a35..0fdd813 100644
--- a/pom.xml
+++ b/pom.xml
@@ -140,7 +140,7 @@
     <error_prone_annotations.version>2.36.0</error_prone_annotations.version>
     <gson.version>2.11.0</gson.version>
     <jetty.version>9.4.56.v20240826</jetty.version>
-    <jetty12.version>12.0.16</jetty12.version>
+    <jetty12.version>12.0.18</jetty12.version>
     <servlet-api.version>3.1.0</servlet-api.version>
     <servlet4-api.version>4.0.1</servlet4-api.version>
     <jersey.version>2.46</jersey.version>

Reply via email to