|
@@ -166,7 +166,7 @@
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>com.puppycrawl.tools</groupId>
|
|
<groupId>com.puppycrawl.tools</groupId>
|
|
<artifactId>checkstyle</artifactId>
|
|
<artifactId>checkstyle</artifactId>
|
|
- <version>8.28</version>
|
|
|
|
|
|
+ <version>8.29</version>
|
|
</dependency>
|
|
</dependency>
|
|
</dependencies>
|
|
</dependencies>
|
|
<executions>
|
|
<executions>
|
|
@@ -250,7 +250,7 @@
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>com.github.spotbugs</groupId>
|
|
<groupId>com.github.spotbugs</groupId>
|
|
<artifactId>spotbugs</artifactId>
|
|
<artifactId>spotbugs</artifactId>
|
|
- <version>4.0.0-beta4</version>
|
|
|
|
|
|
+ <version>4.0.0-RC3</version>
|
|
</dependency>
|
|
</dependency>
|
|
</dependencies>
|
|
</dependencies>
|
|
<configuration>
|
|
<configuration>
|
|
@@ -271,7 +271,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.2.2</version>
|
|
|
|
|
|
+ <version>5.3.0</version>
|
|
<executions>
|
|
<executions>
|
|
<execution>
|
|
<execution>
|
|
<goals>
|
|
<goals>
|
|
@@ -288,13 +288,13 @@
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.projectlombok</groupId>
|
|
<groupId>org.projectlombok</groupId>
|
|
<artifactId>lombok</artifactId>
|
|
<artifactId>lombok</artifactId>
|
|
- <version>1.18.10</version>
|
|
|
|
|
|
+ <version>1.18.12</version>
|
|
<scope>provided</scope>
|
|
<scope>provided</scope>
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>com.github.spotbugs</groupId>
|
|
<groupId>com.github.spotbugs</groupId>
|
|
<artifactId>spotbugs-annotations</artifactId>
|
|
<artifactId>spotbugs-annotations</artifactId>
|
|
- <version>4.0.0-beta4</version>
|
|
|
|
|
|
+ <version>4.0.0-RC3</version>
|
|
<scope>provided</scope>
|
|
<scope>provided</scope>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
@@ -314,13 +314,13 @@
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.assertj</groupId>
|
|
<groupId>org.assertj</groupId>
|
|
<artifactId>assertj-core</artifactId>
|
|
<artifactId>assertj-core</artifactId>
|
|
- <version>3.14.0</version>
|
|
|
|
|
|
+ <version>3.15.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>2.25.1</version>
|
|
|
|
|
|
+ <version>2.26.0</version>
|
|
<scope>test</scope>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
@@ -332,13 +332,13 @@
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.openjdk.jmh</groupId>
|
|
<groupId>org.openjdk.jmh</groupId>
|
|
<artifactId>jmh-core</artifactId>
|
|
<artifactId>jmh-core</artifactId>
|
|
- <version>1.22</version>
|
|
|
|
|
|
+ <version>1.23</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.22</version>
|
|
|
|
|
|
+ <version>1.23</version>
|
|
<scope>test</scope>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|