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 289bcaa92 build(deps): bump org.htmlunit:htmlunit from 4.21.0 to 5.1.0
(#1733)
289bcaa92 is described below
commit 289bcaa922c4c6721ae37ef59db38846610b8984
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Jun 13 08:34:36 2026 +0200
build(deps): bump org.htmlunit:htmlunit from 4.21.0 to 5.1.0 (#1733)
Bumps [org.htmlunit:htmlunit](https://github.com/HtmlUnit/htmlunit) from
4.21.0 to 5.1.0.
- [Release notes](https://github.com/HtmlUnit/htmlunit/releases)
- [Commits](https://github.com/HtmlUnit/htmlunit/compare/4.21.0...5.1.0)
---
updated-dependencies:
- dependency-name: org.htmlunit:htmlunit
dependency-version: 5.1.0
dependency-type: direct:production
update-type: version-update:semver-major
...
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 b5f2e4a30..83eff995c 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -222,7 +222,7 @@
<dependency>
<groupId>org.htmlunit</groupId>
<artifactId>htmlunit</artifactId>
- <version>4.21.0</version>
+ <version>5.1.0</version>
<scope>test</scope>
</dependency>
<dependency>