|
@@ -142,7 +142,7 @@
|
|
|
<plugin>
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
|
|
- <version>3.4.1</version>
|
|
|
+ <version>3.5.0</version>
|
|
|
<executions>
|
|
|
<execution>
|
|
|
<goals>
|
|
@@ -204,7 +204,7 @@
|
|
|
<plugin>
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
|
- <version>3.10.1</version>
|
|
|
+ <version>3.11.0</version>
|
|
|
<configuration>
|
|
|
<source>${maven.compiler.source}</source>
|
|
|
<target>${maven.compiler.target}</target>
|
|
@@ -221,7 +221,7 @@
|
|
|
<dependency>
|
|
|
<groupId>com.puppycrawl.tools</groupId>
|
|
|
<artifactId>checkstyle</artifactId>
|
|
|
- <version>10.7.0</version>
|
|
|
+ <version>10.8.0</version>
|
|
|
</dependency>
|
|
|
</dependencies>
|
|
|
<executions>
|
|
@@ -300,7 +300,7 @@
|
|
|
<plugin>
|
|
|
<groupId>com.github.spotbugs</groupId>
|
|
|
<artifactId>spotbugs-maven-plugin</artifactId>
|
|
|
- <version>4.7.3.0</version>
|
|
|
+ <version>4.7.3.2</version>
|
|
|
<dependencies>
|
|
|
<dependency>
|
|
|
<groupId>com.github.spotbugs</groupId>
|
|
@@ -363,7 +363,7 @@
|
|
|
<plugin>
|
|
|
<groupId>org.owasp</groupId>
|
|
|
<artifactId>dependency-check-maven</artifactId>
|
|
|
- <version>8.0.2</version>
|
|
|
+ <version>8.1.2</version>
|
|
|
<executions>
|
|
|
<execution>
|
|
|
<goals>
|
|
@@ -390,7 +390,7 @@
|
|
|
<plugin>
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
|
- <version>3.0.0-M8</version>
|
|
|
+ <version>3.0.0-M9</version>
|
|
|
<executions>
|
|
|
<execution>
|
|
|
<id>default-test</id>
|
|
@@ -466,7 +466,7 @@
|
|
|
<dependency>
|
|
|
<groupId>com.github.tomakehurst</groupId>
|
|
|
<artifactId>wiremock</artifactId>
|
|
|
- <version>3.0.0-beta-2</version>
|
|
|
+ <version>3.0.0-beta-3</version>
|
|
|
<scope>test</scope>
|
|
|
</dependency>
|
|
|
<dependency>
|