Skip to content

Commit

Permalink
fix: nekohtml version update
Browse files Browse the repository at this point in the history
  • Loading branch information
Jumas committed Sep 10, 2024
1 parent 90bc184 commit e329756
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
<dependencyManagement>
<dependencies>
<dependency>
<groupId>net.sourceforge.nekohtml</groupId>
<groupId>org.nokogiri</groupId>
<artifactId>nekohtml</artifactId>
<version>1.9.22</version>
<version>1.9.22.noko2</version>
</dependency>
<dependency>
<groupId>xerces</groupId>
Expand All @@ -39,7 +39,7 @@

<dependencies>
<dependency>
<groupId>net.sourceforge.nekohtml</groupId>
<groupId>org.nokogiri</groupId>
<artifactId>nekohtml</artifactId>
</dependency>
<dependency>
Expand Down

0 comments on commit e329756

Please sign in to comment.