deps: htmlunit #2852: MaverickWingman (#2864)

* #2852 Upgrade Htmlunit

* #2852 Upgrade Htmlunit

* 2852: Checkstyle Done!

* Update dependabot.yml
This commit is contained in:
Aditya
2024-03-29 11:03:18 +02:00
committed by GitHub
parent 910d6a7579
commit baa7793f3c
18 changed files with 42 additions and 42 deletions
+2 -2
View File
@@ -40,7 +40,7 @@
<spring-boot.version>2.7.5</spring-boot.version>
<jacoco.version>0.8.11</jacoco.version>
<commons-dbcp.version>1.4</commons-dbcp.version>
<htmlunit.version>2.70.0</htmlunit.version>
<htmlunit.version>3.11.0</htmlunit.version>
<gson.version>2.10.1</gson.version>
<guice.version>5.1.0</guice.version>
<system-lambda.version>1.1.0</system-lambda.version>
@@ -240,7 +240,7 @@
<version>${commons-dbcp.version}</version>
</dependency>
<dependency>
<groupId>net.sourceforge.htmlunit</groupId>
<groupId>org.htmlunit</groupId>
<artifactId>htmlunit</artifactId>
<version>${htmlunit.version}</version>
</dependency>