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 8fd42d461 build(deps): bump org.htmlunit:htmlunit from 5.3.0 to 5.4.0
(#1853)
8fd42d461 is described below
commit 8fd42d461b3fb106f0fbbb6f2cb64d66f1895f94
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Aug 23 19:17:03 2026 +0200
build(deps): bump org.htmlunit:htmlunit from 5.3.0 to 5.4.0 (#1853)
Bumps [org.htmlunit:htmlunit](https://github.com/HtmlUnit/htmlunit) from
5.3.0 to 5.4.0.
- [Release notes](https://github.com/HtmlUnit/htmlunit/releases)
- [Commits](https://github.com/HtmlUnit/htmlunit/compare/5.3.0...5.4.0)
---
updated-dependencies:
- dependency-name: org.htmlunit:htmlunit
dependency-version: 5.4.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index f4d9d9ac0..596a17d22 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -246,7 +246,7 @@
<dependency>
<groupId>org.htmlunit</groupId>
<artifactId>htmlunit</artifactId>
- <version>5.3.0</version>
+ <version>5.4.0</version>
<scope>test</scope>
</dependency>
<dependency>