|
@@ -316,7 +316,7 @@
|
|
|
<dependency>
|
|
|
<groupId>com.github.spotbugs</groupId>
|
|
|
<artifactId>spotbugs</artifactId>
|
|
|
- <version>4.1.1</version>
|
|
|
+ <version>4.1.2</version>
|
|
|
</dependency>
|
|
|
</dependencies>
|
|
|
<configuration>
|
|
@@ -385,7 +385,7 @@
|
|
|
<dependency>
|
|
|
<groupId>com.github.spotbugs</groupId>
|
|
|
<artifactId>spotbugs-annotations</artifactId>
|
|
|
- <version>4.1.1</version>
|
|
|
+ <version>4.1.2</version>
|
|
|
<scope>provided</scope>
|
|
|
</dependency>
|
|
|
|
|
@@ -399,7 +399,7 @@
|
|
|
<dependency>
|
|
|
<groupId>org.mockito</groupId>
|
|
|
<artifactId>mockito-core</artifactId>
|
|
|
- <version>3.4.6</version>
|
|
|
+ <version>3.5.2</version>
|
|
|
<scope>test</scope>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
@@ -423,13 +423,13 @@
|
|
|
<dependency>
|
|
|
<groupId>org.openjdk.jmh</groupId>
|
|
|
<artifactId>jmh-core</artifactId>
|
|
|
- <version>1.24</version>
|
|
|
+ <version>1.25</version>
|
|
|
<scope>test</scope>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.openjdk.jmh</groupId>
|
|
|
<artifactId>jmh-generator-annprocess</artifactId>
|
|
|
- <version>1.24</version>
|
|
|
+ <version>1.25</version>
|
|
|
<scope>test</scope>
|
|
|
</dependency>
|
|
|
|