Skip to content

Commit a8e721e

Browse files
build(deps): Bump org.eclipse.jetty:jetty-bom
Bumps [org.eclipse.jetty:jetty-bom](https://github.com/jetty/jetty.project) from 9.4.58.v20250814 to 12.1.0. - [Release notes](https://github.com/jetty/jetty.project/releases) - [Commits](jetty/jetty.project@jetty-9.4.58.v20250814...jetty-12.1.0) --- updated-dependencies: - dependency-name: org.eclipse.jetty:jetty-bom dependency-version: 12.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7857fea commit a8e721e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

jetty-embedded-10/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<description>Jetty Embedded 10.0.x container integration for the Arquillian project</description>
1616

1717
<properties>
18-
<version.jetty>10.0.26</version.jetty>
18+
<version.jetty>12.1.0</version.jetty>
1919
<version.weld>3.1.9.Final</version.weld>
2020

2121
<!-- Jetty 10 need Java 11 -->

jetty-embedded-11/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<description>Jetty Embedded 11.0.x container integration for the Arquillian project</description>
1616

1717
<properties>
18-
<version.jetty>11.0.26</version.jetty>
18+
<version.jetty>12.1.0</version.jetty>
1919
<version.weld>4.0.3.Final</version.weld>
2020

2121
<!-- Jetty 11 need Java 11 -->

jetty-embedded-9/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<description>Jetty Embedded 9.x container integration for the Arquillian project</description>
1616

1717
<properties>
18-
<version.jetty>9.4.58.v20250814</version.jetty>
18+
<version.jetty>12.1.0</version.jetty>
1919

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

0 commit comments

Comments
 (0)