Skip to content

Commit

Permalink
build(deps): Bump org.jboss.weld.servlet:weld-servlet-core
Browse files Browse the repository at this point in the history
Bumps org.jboss.weld.servlet:weld-servlet-core from 3.1.8.Final to 6.0.0.Final.

---
updated-dependencies:
- dependency-name: org.jboss.weld.servlet:weld-servlet-core
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent e1787dd commit 37f7777
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion jetty-embedded-10/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

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

<!-- Jetty 10 need Java 11 -->
<maven.compiler.target>11</maven.compiler.target>
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 @@ -16,7 +16,7 @@

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

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

<properties>
<version.weld>5.1.2.Final</version.weld>
<version.weld>6.0.0.Final</version.weld>
<jakarta.servlet.api.version>6.0.0</jakarta.servlet.api.version>

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

<properties>
<version.weld>5.1.2.Final</version.weld>
<version.weld>6.0.0.Final</version.weld>
<jakarta.servlet.api.version>6.0.0</jakarta.servlet.api.version>

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

<properties>
<version.weld>5.1.2.Final</version.weld>
<version.weld>6.0.0.Final</version.weld>

<!-- Jetty 12 need Java 17 -->
<maven.compiler.target>17</maven.compiler.target>
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 @@ -18,7 +18,7 @@
<version.jetty>9.4.54.v20240208</version.jetty>

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

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

<version.shrinkwrap>3.3.1</version.shrinkwrap>

<version.weld>3.1.8.Final</version.weld>
<version.weld>6.0.0.Final</version.weld>
<version.cdi-api>2.0</version.cdi-api>
<version.glassfish.el>2.2</version.glassfish.el>
<version.jsp-api>2.2</version.jsp-api>
Expand Down

0 comments on commit 37f7777

Please sign in to comment.