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 421f159c3 Bump org.htmlunit:htmlunit from 4.19.0 to 4.20.0 (#3228)
421f159c3 is described below
commit 421f159c32bbe78aadb12bd1755786973a7aadf9
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Dec 9 05:31:11 2025 +0100
Bump org.htmlunit:htmlunit from 4.19.0 to 4.20.0 (#3228)
Bumps [org.htmlunit:htmlunit](https://github.com/HtmlUnit/htmlunit) from
4.19.0 to 4.20.0.
- [Release notes](https://github.com/HtmlUnit/htmlunit/releases)
- [Commits](https://github.com/HtmlUnit/htmlunit/compare/4.19.0...4.20.0)
---
updated-dependencies:
- dependency-name: org.htmlunit:htmlunit
dependency-version: 4.20.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 071773a70..f744ce9d7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -199,7 +199,7 @@
<dependency>
<groupId>org.htmlunit</groupId>
<artifactId>htmlunit</artifactId>
- <version>4.19.0</version>
+ <version>4.20.0</version>
</dependency>
<dependency>
<!-- used in the unit tests and maven-shared-utils:3.3.4 -->