Skip to content

Commit

Permalink
Maven POM: upgrade to htmlparser 1.4.16.
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosame committed Aug 15, 2020
1 parent 6f2fbc8 commit 9571b53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
</dependency>
<!-- https://mvnrepository.com/artifact/nu.validator.htmlparser/htmlparser -->
<dependency>
<groupId>nu.validator.htmlparser</groupId>
<groupId>nu.validator</groupId>
<artifactId>htmlparser</artifactId>
<version>1.4</version>
<version>1.4.16</version>
<scope>test</scope>
<optional>false</optional>
</dependency>
Expand Down

0 comments on commit 9571b53

Please sign in to comment.