maven: dep update

This commit is contained in:
sdburns1998
2019-07-10 03:54:22 +02:00
parent fd4333ee0b
commit 6db57328ef
13 changed files with 50 additions and 50 deletions

View File

@@ -50,13 +50,13 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<version>${junit.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.12</version>
<version>${slf4j.version}</version>
<scope>test</scope>
</dependency>
<dependency>