Skip to content

Commit

Permalink
Update Wicket version; fix security issue log4j
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikVerheul committed Jul 31, 2020
1 parent ecb4a54 commit d909a26
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
</license>
</licenses>
<properties>
<wicket.version>8.5.0</wicket.version>
<wicket.version>8.9.0</wicket.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!-- allowed values: R7, 1.0, 1.5, 2.0 or none -->
<wtp.version>none</wtp.version>
Expand All @@ -74,9 +74,9 @@
<type>jar</type>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.17</version>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.13.3</version>
</dependency>

<!-- JUNIT DEPENDENCY FOR TESTING -->
Expand Down

0 comments on commit d909a26

Please sign in to comment.