Skip to content
This repository was archived by the owner on Jan 14, 2026. It is now read-only.

Commit c77f09a

Browse files
committed
update to selenium 2.33.0, xmlunit 1.4 and htmlunit 2.12
1 parent c71e53c commit c77f09a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3131
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
3232

33-
<selenium.version>2.28.0</selenium.version>
33+
<selenium.version>2.33.0</selenium.version>
3434
</properties>
3535

3636
<developers>
@@ -210,7 +210,7 @@
210210
<dependency>
211211
<groupId>net.sourceforge.htmlunit</groupId>
212212
<artifactId>htmlunit</artifactId>
213-
<version>2.11</version>
213+
<version>2.12</version>
214214
</dependency>
215215
<dependency>
216216
<groupId>org.apache.httpcomponents</groupId>
@@ -240,7 +240,7 @@
240240
<dependency>
241241
<groupId>xmlunit</groupId>
242242
<artifactId>xmlunit</artifactId>
243-
<version>1.3</version>
243+
<version>1.4</version>
244244
</dependency>
245245
</dependencies>
246246
</dependencyManagement>

0 commit comments

Comments
 (0)