Skip to content

Commit

Permalink
Merge pull request #24634 from arjantijms/weld_512
Browse files Browse the repository at this point in the history
Integrate Weld 5.1.2
  • Loading branch information
dmatej authored Oct 12, 2023
2 parents 572ee8d + 1875120 commit c923ebb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appserver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@

<!-- Jakarta CDI -->
<jakarta.cdi-api.version>4.0.1</jakarta.cdi-api.version>
<weld.version>5.1.1.SP2</weld.version>
<weld.version>5.1.2.Final</weld.version>
<jboss.classfilewriter.version>1.3.0.Final</jboss.classfilewriter.version>

<!-- Jakarta MVC -->
Expand Down
2 changes: 1 addition & 1 deletion appserver/tests/tck/cdi/cdi-full/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<cdi.tck-4-0.version>4.0.10</cdi.tck-4-0.version>
<cdi.tck-4-0.version>4.0.11</cdi.tck-4-0.version>

<!-- This matches the htmlunit version in TCK -->
<htmlunit.version>2.50.0</htmlunit.version>
Expand Down

0 comments on commit c923ebb

Please sign in to comment.