|
@@ -120,7 +120,7 @@
|
|
<plugin>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
|
- <version>3.1.1</version>
|
|
|
|
|
|
+ <version>3.2.0</version>
|
|
<executions>
|
|
<executions>
|
|
<execution>
|
|
<execution>
|
|
<goals>
|
|
<goals>
|
|
@@ -224,7 +224,7 @@
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>com.puppycrawl.tools</groupId>
|
|
<groupId>com.puppycrawl.tools</groupId>
|
|
<artifactId>checkstyle</artifactId>
|
|
<artifactId>checkstyle</artifactId>
|
|
- <version>8.30</version>
|
|
|
|
|
|
+ <version>8.31</version>
|
|
</dependency>
|
|
</dependency>
|
|
</dependencies>
|
|
</dependencies>
|
|
<executions>
|
|
<executions>
|
|
@@ -303,12 +303,12 @@
|
|
<plugin>
|
|
<plugin>
|
|
<groupId>com.github.spotbugs</groupId>
|
|
<groupId>com.github.spotbugs</groupId>
|
|
<artifactId>spotbugs-maven-plugin</artifactId>
|
|
<artifactId>spotbugs-maven-plugin</artifactId>
|
|
- <version>3.1.12.2</version>
|
|
|
|
|
|
+ <version>4.0.0</version>
|
|
<dependencies>
|
|
<dependencies>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>com.github.spotbugs</groupId>
|
|
<groupId>com.github.spotbugs</groupId>
|
|
<artifactId>spotbugs</artifactId>
|
|
<artifactId>spotbugs</artifactId>
|
|
- <version>4.0.0</version>
|
|
|
|
|
|
+ <version>4.0.1</version>
|
|
</dependency>
|
|
</dependency>
|
|
</dependencies>
|
|
</dependencies>
|
|
<configuration>
|
|
<configuration>
|
|
@@ -350,7 +350,7 @@
|
|
<plugin> <!-- checks owsp vulnerability database -->
|
|
<plugin> <!-- checks owsp vulnerability database -->
|
|
<groupId>org.owasp</groupId>
|
|
<groupId>org.owasp</groupId>
|
|
<artifactId>dependency-check-maven</artifactId>
|
|
<artifactId>dependency-check-maven</artifactId>
|
|
- <version>5.3.0</version>
|
|
|
|
|
|
+ <version>5.3.2</version>
|
|
<executions>
|
|
<executions>
|
|
<execution>
|
|
<execution>
|
|
<goals>
|
|
<goals>
|
|
@@ -373,7 +373,7 @@
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>com.github.spotbugs</groupId>
|
|
<groupId>com.github.spotbugs</groupId>
|
|
<artifactId>spotbugs-annotations</artifactId>
|
|
<artifactId>spotbugs-annotations</artifactId>
|
|
- <version>4.0.0</version>
|
|
|
|
|
|
+ <version>4.0.1</version>
|
|
<scope>provided</scope>
|
|
<scope>provided</scope>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
@@ -387,7 +387,7 @@
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.mockito</groupId>
|
|
<groupId>org.mockito</groupId>
|
|
<artifactId>mockito-core</artifactId>
|
|
<artifactId>mockito-core</artifactId>
|
|
- <version>3.3.0</version>
|
|
|
|
|
|
+ <version>3.3.3</version>
|
|
<scope>test</scope>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
@@ -399,7 +399,7 @@
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>com.github.tomakehurst</groupId>
|
|
<groupId>com.github.tomakehurst</groupId>
|
|
<artifactId>wiremock</artifactId>
|
|
<artifactId>wiremock</artifactId>
|
|
- <version>2.26.1</version>
|
|
|
|
|
|
+ <version>2.26.3</version>
|
|
<scope>test</scope>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|