Complete tasks

This commit is contained in:
2026-05-12 14:39:27 +03:30
parent 7e0386ce16
commit b304fae0be
4 changed files with 52 additions and 5 deletions
+9 -3
View File
@@ -26,11 +26,17 @@
<version>5.8.1</version>
<scope>test</scope>
</dependency>
<!-- <dependency>-->
<!-- <groupId>org.jsoup</groupId>-->
<!-- <artifactId>jsoup</artifactId>-->
<!-- <version>1.14.3</version>-->
<!-- </dependency>-->
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
<version>1.14.3</version>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
<version>1.17.2</version> <!-- use latest -->
</dependency>
</dependencies>
<build>