This is an automated email from the ASF dual-hosted git repository.
michaelo 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 3c49ebdd6 Bump org.htmlunit:htmlunit from 4.2.0 to 4.3.0
3c49ebdd6 is described below
commit 3c49ebdd6a2df6da992d8b2b6b7e7843e948fb21
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jun 27 19:06:53 2024 +0000
Bump org.htmlunit:htmlunit from 4.2.0 to 4.3.0
Bumps [org.htmlunit:htmlunit](https://github.com/HtmlUnit/htmlunit) from
4.2.0 to 4.3.0.
- [Release notes](https://github.com/HtmlUnit/htmlunit/releases)
- [Commits](https://github.com/HtmlUnit/htmlunit/compare/4.2.0...4.3.0)
---
updated-dependencies:
- dependency-name: org.htmlunit:htmlunit
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 46e8ce05a..221ee3ffc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -202,7 +202,7 @@
<dependency>
<groupId>org.htmlunit</groupId>
<artifactId>htmlunit</artifactId>
- <version>4.2.0</version>
+ <version>4.3.0</version>
</dependency>
<dependency>
<!-- used in the unit tests and maven-shared-utils:3.3.4 -->