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
3 changes: 2 additions & 1 deletion licenses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1962,7 +1962,7 @@ name: Jetty
license_category: binary
module: java-core
license_name: Apache License version 2.0
version: 9.4.34.v20201102
version: 9.4.38.v20210224
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CI failure looks like it wants jetty-util-ajax added to the libraries section

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed. Thanks!

libraries:
- org.eclipse.jetty: jetty-client
- org.eclipse.jetty: jetty-continuation
Expand All @@ -1975,6 +1975,7 @@ libraries:
- org.eclipse.jetty: jetty-servlet
- org.eclipse.jetty: jetty-servlets
- org.eclipse.jetty: jetty-util
- org.eclipse.jetty: jetty-util-ajax
notice: |
==============================================================
Jetty Web Container
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
<guava.version>16.0.1</guava.version>
<guice.version>4.1.0</guice.version>
<hamcrest.version>1.3</hamcrest.version>
<jetty.version>9.4.34.v20201102</jetty.version>
<jetty.version>9.4.38.v20210224</jetty.version>
<jersey.version>1.19.3</jersey.version>
<jackson.version>2.10.2</jackson.version>
<jackson.databind.version>2.10.5.1</jackson.databind.version>
Expand Down