Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): Bump org.eclipse.jetty:jetty-bom from 9.4.54.v20240208 to 12.0.15 #228

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion jetty-embedded-10/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<description>Jetty Embedded 10.0.x container integration for the Arquillian project</description>

<properties>
<version.jetty>10.0.20</version.jetty>
<version.jetty>12.0.15</version.jetty>
<version.weld>3.1.9.Final</version.weld>

<!-- Jetty 10 need Java 11 -->
Expand Down
2 changes: 1 addition & 1 deletion jetty-embedded-11/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<description>Jetty Embedded 11.0.x container integration for the Arquillian project</description>

<properties>
<version.jetty>11.0.20</version.jetty>
<version.jetty>12.0.15</version.jetty>
<version.weld>4.0.3.Final</version.weld>

<!-- Jetty 11 need Java 11 -->
Expand Down
2 changes: 1 addition & 1 deletion jetty-embedded-9/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<description>Jetty Embedded 9.x container integration for the Arquillian project</description>

<properties>
<version.jetty>9.4.54.v20240208</version.jetty>
<version.jetty>12.0.15</version.jetty>

<!-- Weld 2.2.x is first version of Weld to properly support Jetty 9 -->
<version.weld>3.1.9.Final</version.weld>
Expand Down
Loading