update vulnerable deps
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Beatrice Dellacà 2025-03-09 11:01:18 +01:00
parent 2a7be8868c
commit be9bd1a068

View File

@ -40,14 +40,14 @@
<dependency> <dependency>
<groupId>org.xerial</groupId> <groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId> <artifactId>sqlite-jdbc</artifactId>
<version>3.40.0.0</version> <version>3.41.2.2</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>1.33</version> <version>2.0</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 -->
@ -66,7 +66,7 @@
<dependency> <dependency>
<groupId>org.json</groupId> <groupId>org.json</groupId>
<artifactId>json</artifactId> <artifactId>json</artifactId>
<version>20220924</version> <version>20231013</version>
</dependency> </dependency>
<!-- Start Random.org dependencies --> <!-- Start Random.org dependencies -->