1 Commits

Author SHA1 Message Date
2b0f732b77 Update dependency org.jsoup:jsoup to v1.22.1
All checks were successful
continuous-integration/drone/pr Build is passing
2026-01-01 03:00:57 +00:00

View File

@@ -40,21 +40,21 @@
<dependency> <dependency>
<groupId>org.xerial</groupId> <groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId> <artifactId>sqlite-jdbc</artifactId>
<version>3.51.2.0</version> <version>3.51.0.0</version>
</dependency> </dependency>
<!-- Dependency used for YAML configuration files --> <!-- Dependency used for YAML configuration files -->
<dependency> <dependency>
<groupId>org.yaml</groupId> <groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId> <artifactId>snakeyaml</artifactId>
<version>2.6</version> <version>2.5</version>
</dependency> </dependency>
<!-- JSoup is used to parse HTML into JSON objects for better handling in Java --> <!-- JSoup is used to parse HTML into JSON objects for better handling in Java -->
<dependency> <dependency>
<groupId>org.jsoup</groupId> <groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId> <artifactId>jsoup</artifactId>
<version>1.21.2</version> <version>1.22.1</version>
</dependency> </dependency>
<!-- Various String manipulation utils --> <!-- Various String manipulation utils -->
<dependency> <dependency>
@@ -91,7 +91,7 @@
<dependency> <dependency>
<groupId>org.junit.jupiter</groupId> <groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId> <artifactId>junit-jupiter-api</artifactId>
<version>6.0.3</version> <version>6.0.1</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
</dependencies> </dependencies>