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 0f57b3391 build(deps): bump org.htmlunit:htmlunit from 4.17.0 to
4.21.0 (#1504)
0f57b3391 is described below
commit 0f57b3391b89a70b76a49ecaf3e8be1e245ab069
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 29 13:37:01 2025 +0100
build(deps): bump org.htmlunit:htmlunit from 4.17.0 to 4.21.0 (#1504)
Bumps [org.htmlunit:htmlunit](https://github.com/HtmlUnit/htmlunit) from
4.17.0 to 4.21.0.
- [Release notes](https://github.com/HtmlUnit/htmlunit/releases)
- [Commits](https://github.com/HtmlUnit/htmlunit/compare/4.17.0...4.21.0)
---
updated-dependencies:
- dependency-name: org.htmlunit:htmlunit
dependency-version: 4.21.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 c6e5fb795..c0a71c366 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -217,7 +217,7 @@
<dependency>
<groupId>org.htmlunit</groupId>
<artifactId>htmlunit</artifactId>
- <version>4.17.0</version>
+ <version>4.21.0</version>
<scope>test</scope>
</dependency>
<dependency>