This is an automated email from the ASF dual-hosted git repository.
mbuenger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git
The following commit(s) were added to refs/heads/master by this push:
new 54621a7fe Bump org.htmlunit:htmlunit from 4.20.0 to 4.21.0 (#3236)
54621a7fe is described below
commit 54621a7fe42f606d796afb581de9653c2c45d2f5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jan 12 06:12:14 2026 +0100
Bump org.htmlunit:htmlunit from 4.20.0 to 4.21.0 (#3236)
Bumps [org.htmlunit:htmlunit](https://github.com/HtmlUnit/htmlunit) from
4.20.0 to 4.21.0.
- [Release notes](https://github.com/HtmlUnit/htmlunit/releases)
- [Commits](https://github.com/HtmlUnit/htmlunit/compare/4.20.0...4.21.0)
---
updated-dependencies:
- dependency-name: org.htmlunit:htmlunit
dependency-version: 4.21.0
dependency-type: direct:development
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>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index aa9bc802a..48378a491 100644
--- a/pom.xml
+++ b/pom.xml
@@ -199,7 +199,7 @@
<dependency>
<groupId>org.htmlunit</groupId>
<artifactId>htmlunit</artifactId>
- <version>4.20.0</version>
+ <version>4.21.0</version>
</dependency>
<dependency>
<!-- used in the unit tests and maven-shared-utils:3.3.4 -->