Skip to content

Commit

Permalink
build(deps): Bump org.eclipse.jetty:jetty-bom
Browse files Browse the repository at this point in the history
Bumps [org.eclipse.jetty:jetty-bom](https://github.com/jetty/jetty.project) from 9.4.54.v20240208 to 12.0.15.
- [Release notes](https://github.com/jetty/jetty.project/releases)
- [Commits](jetty/jetty.project@jetty-9.4.54.v20240208...jetty-12.0.15)

---
updated-dependencies:
- dependency-name: org.eclipse.jetty:jetty-bom
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 13, 2024
1 parent 24a4597 commit 9cb7b79
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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

0 comments on commit 9cb7b79

Please sign in to comment.