|
@@ -222,7 +222,7 @@
|
|
|
<dependency>
|
|
|
<groupId>com.puppycrawl.tools</groupId>
|
|
|
<artifactId>checkstyle</artifactId>
|
|
|
- <version>10.3.4</version>
|
|
|
+ <version>10.4</version>
|
|
|
</dependency>
|
|
|
</dependencies>
|
|
|
<executions>
|
|
@@ -301,12 +301,12 @@
|
|
|
<plugin>
|
|
|
<groupId>com.github.spotbugs</groupId>
|
|
|
<artifactId>spotbugs-maven-plugin</artifactId>
|
|
|
- <version>4.7.2.1</version>
|
|
|
+ <version>4.7.3.0</version>
|
|
|
<dependencies>
|
|
|
<dependency>
|
|
|
<groupId>com.github.spotbugs</groupId>
|
|
|
<artifactId>spotbugs</artifactId>
|
|
|
- <version>4.7.2</version>
|
|
|
+ <version>4.7.3</version>
|
|
|
</dependency>
|
|
|
</dependencies>
|
|
|
<configuration>
|
|
@@ -364,7 +364,7 @@
|
|
|
<plugin>
|
|
|
<groupId>org.owasp</groupId>
|
|
|
<artifactId>dependency-check-maven</artifactId>
|
|
|
- <version>7.2.1</version>
|
|
|
+ <version>7.3.0</version>
|
|
|
<executions>
|
|
|
<execution>
|
|
|
<goals>
|
|
@@ -468,7 +468,7 @@
|
|
|
<dependency>
|
|
|
<groupId>com.github.spotbugs</groupId>
|
|
|
<artifactId>spotbugs-annotations</artifactId>
|
|
|
- <version>4.7.2</version>
|
|
|
+ <version>4.7.3</version>
|
|
|
<scope>provided</scope>
|
|
|
</dependency>
|
|
|
|
|
@@ -488,7 +488,7 @@
|
|
|
<dependency>
|
|
|
<groupId>org.mockito</groupId>
|
|
|
<artifactId>mockito-core</artifactId>
|
|
|
- <version>4.8.0</version>
|
|
|
+ <version>4.8.1</version>
|
|
|
<scope>test</scope>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
@@ -500,7 +500,7 @@
|
|
|
<dependency>
|
|
|
<groupId>com.github.tomakehurst</groupId>
|
|
|
<artifactId>wiremock-jre8</artifactId>
|
|
|
- <version>2.34.0</version>
|
|
|
+ <version>2.35.0</version>
|
|
|
<scope>test</scope>
|
|
|
</dependency>
|
|
|
<dependency>
|