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

gian pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git


The following commit(s) were added to refs/heads/master by this push:
     new f6ad1c349e2 Upgrade Jetty to 12.0.30. (#18773)
f6ad1c349e2 is described below

commit f6ad1c349e2148b0355032b22d4fdddbe6d14d39
Author: Gian Merlino <[email protected]>
AuthorDate: Fri Nov 21 17:56:16 2025 -0800

    Upgrade Jetty to 12.0.30. (#18773)
---
 distribution/bin/check-licenses.py | 1 +
 licenses.yaml                      | 2 +-
 pom.xml                            | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/distribution/bin/check-licenses.py 
b/distribution/bin/check-licenses.py
index 23d99a68f6e..7f373b11a94 100755
--- a/distribution/bin/check-licenses.py
+++ b/distribution/bin/check-licenses.py
@@ -288,6 +288,7 @@ def build_compatible_license_names():
     compatible_licenses['Eclipse Public License, Version 2.0'] = 'Eclipse 
Public License 2.0'
     compatible_licenses['Eclipse Public License v2.0'] = 'Eclipse Public 
License 2.0'
     compatible_licenses['EPL 2.0'] = 'Eclipse Public License 2.0'
+    compatible_licenses['EPL-2.0'] = 'Eclipse Public License 2.0'
 
     compatible_licenses['Eclipse Distribution License 1.0'] = 'Eclipse 
Distribution License 1.0'
     compatible_licenses['Eclipse Distribution License - v 1.0'] = 'Eclipse 
Distribution License 1.0'
diff --git a/licenses.yaml b/licenses.yaml
index f1faf44d24e..7a477f15e67 100644
--- a/licenses.yaml
+++ b/licenses.yaml
@@ -2132,7 +2132,7 @@ name: Jetty
 license_category: binary
 module: java-core
 license_name: Eclipse Public License 2.0
-version: 12.0.25
+version: 12.0.30
 libraries:
   - org.eclipse.jetty: jetty-alpn-client
   - org.eclipse.jetty: jetty-client
diff --git a/pom.xml b/pom.xml
index c87f229cd4c..781ce4bc3e4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -99,7 +99,7 @@
         <guava.version>32.1.3-jre</guava.version>
         <guice.version>5.1.0</guice.version>
         <hamcrest.version>2.2</hamcrest.version>
-        <jetty.version>12.0.25</jetty.version>
+        <jetty.version>12.0.30</jetty.version>
         <jersey.version>1.19.4</jersey.version>
         <jackson.version>2.19.2</jackson.version>
         <codehaus.jackson.version>1.9.13</codehaus.jackson.version>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to