|
@@ -180,7 +180,7 @@
|
|
<plugin>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-enforcer-plugin</artifactId>
|
|
<artifactId>maven-enforcer-plugin</artifactId>
|
|
- <version>3.3.0</version>
|
|
|
|
|
|
+ <version>3.4.1</version>
|
|
<executions>
|
|
<executions>
|
|
<execution>
|
|
<execution>
|
|
<id>enforce-maven</id>
|
|
<id>enforce-maven</id>
|
|
@@ -221,7 +221,7 @@
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>com.puppycrawl.tools</groupId>
|
|
<groupId>com.puppycrawl.tools</groupId>
|
|
<artifactId>checkstyle</artifactId>
|
|
<artifactId>checkstyle</artifactId>
|
|
- <version>10.12.1</version>
|
|
|
|
|
|
+ <version>10.12.3</version>
|
|
</dependency>
|
|
</dependency>
|
|
</dependencies>
|
|
</dependencies>
|
|
<executions>
|
|
<executions>
|
|
@@ -300,7 +300,7 @@
|
|
<plugin>
|
|
<plugin>
|
|
<groupId>com.github.spotbugs</groupId>
|
|
<groupId>com.github.spotbugs</groupId>
|
|
<artifactId>spotbugs-maven-plugin</artifactId>
|
|
<artifactId>spotbugs-maven-plugin</artifactId>
|
|
- <version>4.7.3.4</version>
|
|
|
|
|
|
+ <version>4.7.3.5</version>
|
|
<dependencies>
|
|
<dependencies>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>com.github.spotbugs</groupId>
|
|
<groupId>com.github.spotbugs</groupId>
|
|
@@ -363,7 +363,7 @@
|
|
<plugin>
|
|
<plugin>
|
|
<groupId>org.owasp</groupId>
|
|
<groupId>org.owasp</groupId>
|
|
<artifactId>dependency-check-maven</artifactId>
|
|
<artifactId>dependency-check-maven</artifactId>
|
|
- <version>8.3.1</version>
|
|
|
|
|
|
+ <version>8.4.0</version>
|
|
<executions>
|
|
<executions>
|
|
<execution>
|
|
<execution>
|
|
<goals>
|
|
<goals>
|
|
@@ -390,7 +390,7 @@
|
|
<plugin>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
- <version>3.1.0</version>
|
|
|
|
|
|
+ <version>3.1.2</version>
|
|
<executions>
|
|
<executions>
|
|
<execution>
|
|
<execution>
|
|
<id>default-test</id>
|
|
<id>default-test</id>
|
|
@@ -448,7 +448,7 @@
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.junit.jupiter</groupId>
|
|
<groupId>org.junit.jupiter</groupId>
|
|
<artifactId>junit-jupiter</artifactId>
|
|
<artifactId>junit-jupiter</artifactId>
|
|
- <version>5.10.0-M1</version>
|
|
|
|
|
|
+ <version>5.10.0</version>
|
|
<scope>test</scope>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
@@ -460,13 +460,13 @@
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.mockito</groupId>
|
|
<groupId>org.mockito</groupId>
|
|
<artifactId>mockito-core</artifactId>
|
|
<artifactId>mockito-core</artifactId>
|
|
- <version>5.4.0</version>
|
|
|
|
|
|
+ <version>5.5.0</version>
|
|
<scope>test</scope>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>com.github.tomakehurst</groupId>
|
|
<groupId>com.github.tomakehurst</groupId>
|
|
<artifactId>wiremock</artifactId>
|
|
<artifactId>wiremock</artifactId>
|
|
- <version>3.0.0-beta-10</version>
|
|
|
|
|
|
+ <version>3.0.1</version>
|
|
<scope>test</scope>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
@@ -478,13 +478,13 @@
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.openjdk.jmh</groupId>
|
|
<groupId>org.openjdk.jmh</groupId>
|
|
<artifactId>jmh-core</artifactId>
|
|
<artifactId>jmh-core</artifactId>
|
|
- <version>1.36</version>
|
|
|
|
|
|
+ <version>1.37</version>
|
|
<scope>test</scope>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.openjdk.jmh</groupId>
|
|
<groupId>org.openjdk.jmh</groupId>
|
|
<artifactId>jmh-generator-annprocess</artifactId>
|
|
<artifactId>jmh-generator-annprocess</artifactId>
|
|
- <version>1.36</version>
|
|
|
|
|
|
+ <version>1.37</version>
|
|
<scope>test</scope>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
</dependency>
|
|
</dependencies>
|
|
</dependencies>
|