Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions distribution/bin/check-licenses.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion licenses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Loading