|
@@ -166,7 +166,7 @@
|
|
|
<dependency>
|
|
|
<groupId>com.puppycrawl.tools</groupId>
|
|
|
<artifactId>checkstyle</artifactId>
|
|
|
- <version>8.27</version>
|
|
|
+ <version>8.28</version>
|
|
|
</dependency>
|
|
|
</dependencies>
|
|
|
<executions>
|
|
@@ -302,13 +302,13 @@
|
|
|
<dependency>
|
|
|
<groupId>junit</groupId>
|
|
|
<artifactId>junit</artifactId>
|
|
|
- <version>4.12</version>
|
|
|
+ <version>4.13</version>
|
|
|
<scope>test</scope>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.mockito</groupId>
|
|
|
<artifactId>mockito-core</artifactId>
|
|
|
- <version>3.2.0</version>
|
|
|
+ <version>3.2.4</version>
|
|
|
<scope>test</scope>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
@@ -326,7 +326,7 @@
|
|
|
<dependency>
|
|
|
<groupId>org.reflections</groupId>
|
|
|
<artifactId>reflections</artifactId>
|
|
|
- <version>0.9.11</version>
|
|
|
+ <version>0.9.12</version>
|
|
|
<scope>test</scope>
|
|
|
</dependency>
|
|
|
<dependency>
|