Skip to content
Closed
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.26</version.jetty>
<version.jetty>12.1.0</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.26</version.jetty>
<version.jetty>12.1.0</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.58.v20250814</version.jetty>
<version.jetty>12.1.0</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