Skip to content

Commit

Permalink
Bump weld.version from 5.1.2.Final to 6.0.0.Final
Browse files Browse the repository at this point in the history
Bumps `weld.version` from 5.1.2.Final to 6.0.0.Final.

Updates `org.jboss.weld:weld-lite-extension-translator` from 5.1.2.Final to 6.0.0.Final
- [Commits](weld/core@5.1.2.Final...6.0.0.Final)

Updates `org.jboss.weld:weld-core-test-common` from 5.1.2.Final to 6.0.0.Final

Updates `org.jboss.weld:weld-core-impl` from 5.1.2.Final to 6.0.0.Final
- [Commits](weld/core@5.1.2.Final...6.0.0.Final)

Updates `org.jboss.weld.module:weld-web` from 5.1.2.Final to 6.0.0.Final

---
updated-dependencies:
- dependency-name: org.jboss.weld:weld-lite-extension-translator
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.jboss.weld:weld-core-test-common
  dependency-type: direct:development
  update-type: version-update:semver-major
- dependency-name: org.jboss.weld:weld-core-impl
  dependency-type: direct:development
  update-type: version-update:semver-major
- dependency-name: org.jboss.weld.module:weld-web
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent f30920b commit 4f8fdc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion glassfish-runner/cdi-model-tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<glassfish.version>8.0.0-JDK17-M7</glassfish.version>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<weld.version>5.1.2.Final</weld.version>
<weld.version>6.0.0.Final</weld.version>

</properties>

Expand Down
2 changes: 1 addition & 1 deletion glassfish-runner/cdi-tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<skip.core.cdi.tck>false</skip.core.cdi.tck>
<skip.ee.cdi.tck>false</skip.ee.cdi.tck>
<!-- Weld uses 2 versions numbers. Some artefact use one version, other the second. -->
<weld.version>5.1.2.Final</weld.version>
<weld.version>6.0.0.Final</weld.version>
<weld.version2>6.0.CR1</weld.version2>
</properties>

Expand Down

0 comments on commit 4f8fdc6

Please sign in to comment.