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 5.1.2.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 Nov 28, 2023
1 parent 9367a2c commit d2106ba
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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.18</version.jetty>
<version.weld>3.1.9.Final</version.weld>
<version.weld>5.1.2.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.18</version.jetty>
<version.weld>4.0.3.Final</version.weld>
<version.weld>5.1.2.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 @@ -16,7 +16,7 @@

<properties>
<!-- when upgrading check if this fix JettyEmbeddedInContainerTestCase#shouldBeAbleToInjectMembersIntoTestClass -->
<version.weld>5.1.0.Final</version.weld>
<version.weld>5.1.2.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 @@ -16,7 +16,7 @@

<properties>
<!-- when upgrading check if this fix JettyEmbeddedInContainerTestCase#shouldBeAbleToInjectMembersIntoTestClass -->
<version.weld>5.1.0.Final</version.weld>
<version.weld>5.1.2.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-9/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<version.jetty>9.4.49.v20220914</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>5.1.2.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 @@ -35,7 +35,7 @@

<version.shrinkwrap>3.2.1</version.shrinkwrap>

<version.weld>3.1.8.Final</version.weld>
<version.weld>5.1.2.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 d2106ba

Please sign in to comment.