|
@@ -22,8 +22,9 @@
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
<maven.compiler.source>11</maven.compiler.source>
|
|
|
<maven.compiler.target>11</maven.compiler.target>
|
|
|
- <slf4j.version>1.7.25</slf4j.version>
|
|
|
- <wicket.version>9.0.0</wicket.version>
|
|
|
+ <jackson.version>2.13.0</jackson.version>
|
|
|
+ <slf4j.version>1.7.25</slf4j.version>
|
|
|
+ <wicket.version>9.6.0</wicket.version>
|
|
|
</properties>
|
|
|
<dependencies>
|
|
|
<!-- WICKET DEPENDENCIES -->
|
|
@@ -37,7 +38,7 @@
|
|
|
<dependency>
|
|
|
<groupId>com.zaxxer</groupId>
|
|
|
<artifactId>HikariCP</artifactId>
|
|
|
- <version>3.3.1</version>
|
|
|
+ <version>5.0.0</version>
|
|
|
<scope>compile</scope>
|
|
|
</dependency>
|
|
|
|
|
@@ -48,30 +49,22 @@
|
|
|
<version>${slf4j.version}</version>
|
|
|
</dependency>
|
|
|
|
|
|
- <!-- JUNIT DEPENDENCY FOR TESTING -->
|
|
|
- <dependency>
|
|
|
- <groupId>junit</groupId>
|
|
|
- <artifactId>junit</artifactId>
|
|
|
- <version>4.13.1</version>
|
|
|
- <scope>test</scope>
|
|
|
- </dependency>
|
|
|
-
|
|
|
<dependency>
|
|
|
<groupId>com.fasterxml.jackson.module</groupId>
|
|
|
<artifactId>jackson-module-afterburner</artifactId>
|
|
|
- <version>2.9.9</version>
|
|
|
+ <version>${jackson.version}</version>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
|
<artifactId>jackson-annotations</artifactId>
|
|
|
- <version>2.9.9</version>
|
|
|
+ <version>${jackson.version}</version>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>mysql</groupId>
|
|
|
<artifactId>mysql-connector-java</artifactId>
|
|
|
- <version>8.0.18</version>
|
|
|
+ <version>8.0.27</version>
|
|
|
</dependency>
|
|
|
</dependencies>
|
|
|
<build>
|
|
@@ -112,7 +105,7 @@
|
|
|
<inherited>true</inherited>
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
|
- <version>3.8.0</version>
|
|
|
+ <version>3.8.1</version>
|
|
|
<configuration>
|
|
|
<debug>false</debug>
|
|
|
</configuration>
|