|
|
|
|
@ -23,7 +23,7 @@
|
|
|
|
|
<dependency> |
|
|
|
|
<groupId>junit</groupId> |
|
|
|
|
<artifactId>junit</artifactId> |
|
|
|
|
<version>4.11</version> |
|
|
|
|
<version>4.13.2</version> |
|
|
|
|
<scope>test</scope> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
@ -44,7 +44,7 @@
|
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.mariadb.jdbc</groupId> |
|
|
|
|
<artifactId>mariadb-java-client</artifactId> |
|
|
|
|
<version>2.7.6</version> |
|
|
|
|
<version>3.0.6</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.json</groupId> |
|
|
|
|
@ -59,7 +59,7 @@
|
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.jetbrains</groupId> |
|
|
|
|
<artifactId>annotations</artifactId> |
|
|
|
|
<version>RELEASE</version> |
|
|
|
|
<version>23.1.0</version> |
|
|
|
|
<scope>compile</scope> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
@ -77,6 +77,11 @@
|
|
|
|
|
<artifactId>commons-collections4</artifactId> |
|
|
|
|
<version>4.4</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>com.fasterxml.uuid</groupId> |
|
|
|
|
<artifactId>java-uuid-generator</artifactId> |
|
|
|
|
<version>4.0.1</version> |
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
</dependencies> |
|
|
|
|
|
|
|
|
|
|