1 Commits

Author SHA1 Message Date
2887ff6123 Update dependency org.jsoup:jsoup to v1.21.1
All checks were successful
continuous-integration/drone/pr Build is passing
2025-06-23 05:00:29 +00:00

View File

@@ -40,7 +40,7 @@
<dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>3.50.2.0</version>
<version>3.49.1.0</version>
</dependency>
<!-- Dependency used for YAML configuration files -->
@@ -54,7 +54,7 @@
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
<version>1.19.1</version>
<version>1.21.1</version>
</dependency>
<!-- Various String manipulation utils -->
<dependency>