|
@@ -235,7 +235,7 @@
|
|
|
<dependency>
|
|
|
<groupId>com.puppycrawl.tools</groupId>
|
|
|
<artifactId>checkstyle</artifactId>
|
|
|
- <version>8.42</version>
|
|
|
+ <version>8.43</version>
|
|
|
</dependency>
|
|
|
</dependencies>
|
|
|
<executions>
|
|
@@ -342,7 +342,7 @@
|
|
|
<plugin>
|
|
|
<groupId>net.nicoulaj.maven.plugins</groupId>
|
|
|
<artifactId>checksum-maven-plugin</artifactId>
|
|
|
- <version>1.9</version>
|
|
|
+ <version>1.10</version>
|
|
|
<executions>
|
|
|
<execution>
|
|
|
<id>output-checksums</id>
|
|
@@ -366,7 +366,7 @@
|
|
|
<plugin> <!-- checks owsp vulnerability database -->
|
|
|
<groupId>org.owasp</groupId>
|
|
|
<artifactId>dependency-check-maven</artifactId>
|
|
|
- <version>6.1.6</version>
|
|
|
+ <version>6.2.0</version>
|
|
|
<executions>
|
|
|
<execution>
|
|
|
<goals>
|
|
@@ -403,7 +403,7 @@
|
|
|
<dependency>
|
|
|
<groupId>org.mockito</groupId>
|
|
|
<artifactId>mockito-core</artifactId>
|
|
|
- <version>3.9.0</version>
|
|
|
+ <version>3.10.0</version>
|
|
|
<scope>test</scope>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
@@ -427,13 +427,13 @@
|
|
|
<dependency>
|
|
|
<groupId>org.openjdk.jmh</groupId>
|
|
|
<artifactId>jmh-core</artifactId>
|
|
|
- <version>1.29</version>
|
|
|
+ <version>1.32</version>
|
|
|
<scope>test</scope>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.openjdk.jmh</groupId>
|
|
|
<artifactId>jmh-generator-annprocess</artifactId>
|
|
|
- <version>1.29</version>
|
|
|
+ <version>1.32</version>
|
|
|
<scope>test</scope>
|
|
|
</dependency>
|
|
|
|