This is an automated email from the ASF dual-hosted git repository.
lukaszlenart pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/struts.git
The following commit(s) were added to refs/heads/main by this push:
new bb652a480 build(deps-dev): bump weld.version from 6.0.3.Final to
6.0.4.Final (#1530)
bb652a480 is described below
commit bb652a480ccc47d559bd46885a42820ce726d86b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jan 20 10:38:31 2026 +0100
build(deps-dev): bump weld.version from 6.0.3.Final to 6.0.4.Final (#1530)
Bumps `weld.version` from 6.0.3.Final to 6.0.4.Final.
Updates `org.jboss.weld:weld-core-impl` from 6.0.3.Final to 6.0.4.Final
- [Commits](https://github.com/weld/core/compare/6.0.3.Final...6.0.4.Final)
Updates `org.jboss.weld.se:weld-se-core` from 6.0.3.Final to 6.0.4.Final
---
updated-dependencies:
- dependency-name: org.jboss.weld:weld-core-impl
dependency-version: 6.0.4.Final
dependency-type: direct:development
update-type: version-update:semver-patch
- dependency-name: org.jboss.weld.se:weld-se-core
dependency-version: 6.0.4.Final
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 6a7c87f3c..4006db292 100644
--- a/pom.xml
+++ b/pom.xml
@@ -128,7 +128,7 @@
<spring.version>6.2.12</spring.version>
<struts-annotations.version>2.0</struts-annotations.version>
<velocity-tools.version>3.1</velocity-tools.version>
- <weld.version>6.0.3.Final</weld.version>
+ <weld.version>6.0.4.Final</weld.version>
<!-- Site generation -->
<fluido-skin.version>2.1.0</fluido-skin.version>