|
@@ -20,10 +20,10 @@
|
|
|
</licenses>
|
|
|
<properties>
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
- <maven.compiler.source>1.8</maven.compiler.source>
|
|
|
- <maven.compiler.target>1.8</maven.compiler.target>
|
|
|
- <wicket.version>8.3.0</wicket.version>
|
|
|
- <slf4j.version>1.7.25</slf4j.version>
|
|
|
+ <maven.compiler.source>11</maven.compiler.source>
|
|
|
+ <maven.compiler.target>11</maven.compiler.target>
|
|
|
+ <wicket.version>8.4.0</wicket.version>
|
|
|
+ <slf4j.version>1.8.0-beta4</slf4j.version>
|
|
|
</properties>
|
|
|
<dependencies>
|
|
|
<!-- WICKET DEPENDENCIES -->
|
|
@@ -37,7 +37,7 @@
|
|
|
<dependency>
|
|
|
<groupId>com.zaxxer</groupId>
|
|
|
<artifactId>HikariCP</artifactId>
|
|
|
- <version>2.6.0</version>
|
|
|
+ <version>3.3.1</version>
|
|
|
<scope>compile</scope>
|
|
|
</dependency>
|
|
|
|
|
@@ -64,13 +64,13 @@
|
|
|
<dependency>
|
|
|
<groupId>com.fasterxml.jackson.module</groupId>
|
|
|
<artifactId>jackson-module-afterburner</artifactId>
|
|
|
- <version>2.9.7</version>
|
|
|
+ <version>2.9.8</version>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
|
<artifactId>jackson-annotations</artifactId>
|
|
|
- <version>2.9.7</version>
|
|
|
+ <version>2.9.8</version>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|