Compare commits
5 Commits
6f2dd2a220
...
renovate/o
| Author | SHA1 | Date | |
|---|---|---|---|
| 1d5ecea79d | |||
| f3ec956c7a | |||
| 0fc8beacf8 | |||
| ecbf4080ae | |||
| e1215cfa25 |
6
pom.xml
6
pom.xml
@@ -40,14 +40,14 @@
|
||||
<dependency>
|
||||
<groupId>org.xerial</groupId>
|
||||
<artifactId>sqlite-jdbc</artifactId>
|
||||
<version>3.51.0.0</version>
|
||||
<version>3.51.1.0</version>
|
||||
</dependency>
|
||||
|
||||
<!-- Dependency used for YAML configuration files -->
|
||||
<dependency>
|
||||
<groupId>org.yaml</groupId>
|
||||
<artifactId>snakeyaml</artifactId>
|
||||
<version>2.4</version>
|
||||
<version>2.5</version>
|
||||
</dependency>
|
||||
|
||||
<!-- JSoup is used to parse HTML into JSON objects for better handling in Java -->
|
||||
@@ -91,7 +91,7 @@
|
||||
<dependency>
|
||||
<groupId>org.junit.jupiter</groupId>
|
||||
<artifactId>junit-jupiter-api</artifactId>
|
||||
<version>5.14.1</version>
|
||||
<version>6.0.1</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
Reference in New Issue
Block a user