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>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>3.40.0.0</version>
<version>3.41.2.2</version>
</dependency>
<!-- Dependency used for YAML configuration files -->
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.33</version>
<version>2.0</version>
</dependency>
<!-- JSoup is used to parse HTML into JSON objects for better handling in Java -->
@ -66,7 +66,7 @@
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20220924</version>
<version>20231013</version>
</dependency>
<!-- Start Random.org dependencies -->
@ -171,4 +171,4 @@
</snapshotRepository>
</distributionManagement>
</project>
</project>