Skip to content

Commit

Permalink
Compilation with latest htmlunit works again, had a broken local mave…
Browse files Browse the repository at this point in the history
…n cache ;D
  • Loading branch information
MediaMarco committed Jan 12, 2023
1 parent d262bcf commit b9c42e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-harness/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<dependency>
<groupId>net.sourceforge.htmlunit</groupId>
<artifactId>htmlunit</artifactId>
<version>2.67.0</version><!--2.68.0 and 2.69.0 lead to compilation errors TODO: Investigate-->
<version>2.69.0</version>
</dependency>

<!-- JUnit -->
Expand Down

0 comments on commit b9c42e6

Please sign in to comment.