Skip to content

Commit

Permalink
Merge pull request #3 from breakponchito/FISH-10295-upgrading-version…
Browse files Browse the repository at this point in the history
…s-to-fix-cdi-tck-issues

FISH-10295:upgrading cdi-tck and weld version to fix tck execution
  • Loading branch information
Pandrex247 authored Jan 10, 2025
2 parents a0c2187 + d80becf commit bcd66d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@
<properties>
<jakarta.el.version>5.0.0</jakarta.el.version>
<cdi-api.version>4.0.1</cdi-api.version>
<cdi.tck.version>4.0.6</cdi.tck.version>
<weld.version>5.0.1.Final</weld.version>
<cdi.tck.version>4.0.13</cdi.tck.version>
<weld.version>5.0.1.payara-p1</weld.version>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
</properties>
Expand Down

0 comments on commit bcd66d8

Please sign in to comment.