|
@@ -99,7 +99,7 @@
|
|
<plugin>
|
|
<plugin>
|
|
<groupId>pl.project13.maven</groupId>
|
|
<groupId>pl.project13.maven</groupId>
|
|
<artifactId>git-commit-id-plugin</artifactId>
|
|
<artifactId>git-commit-id-plugin</artifactId>
|
|
- <version>4.0.1</version>
|
|
|
|
|
|
+ <version>4.0.2</version>
|
|
<executions>
|
|
<executions>
|
|
<execution>
|
|
<execution>
|
|
<id>get-the-git-infos</id>
|
|
<id>get-the-git-infos</id>
|
|
@@ -231,7 +231,7 @@
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>com.puppycrawl.tools</groupId>
|
|
<groupId>com.puppycrawl.tools</groupId>
|
|
<artifactId>checkstyle</artifactId>
|
|
<artifactId>checkstyle</artifactId>
|
|
- <version>8.36</version>
|
|
|
|
|
|
+ <version>8.36.2</version>
|
|
</dependency>
|
|
</dependency>
|
|
</dependencies>
|
|
</dependencies>
|
|
<executions>
|
|
<executions>
|
|
@@ -310,12 +310,12 @@
|
|
<plugin>
|
|
<plugin>
|
|
<groupId>com.github.spotbugs</groupId>
|
|
<groupId>com.github.spotbugs</groupId>
|
|
<artifactId>spotbugs-maven-plugin</artifactId>
|
|
<artifactId>spotbugs-maven-plugin</artifactId>
|
|
- <version>4.0.4</version>
|
|
|
|
|
|
+ <version>4.1.4</version>
|
|
<dependencies>
|
|
<dependencies>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>com.github.spotbugs</groupId>
|
|
<groupId>com.github.spotbugs</groupId>
|
|
<artifactId>spotbugs</artifactId>
|
|
<artifactId>spotbugs</artifactId>
|
|
- <version>4.1.2</version>
|
|
|
|
|
|
+ <version>4.1.4</version>
|
|
</dependency>
|
|
</dependency>
|
|
</dependencies>
|
|
</dependencies>
|
|
<configuration>
|
|
<configuration>
|
|
@@ -362,7 +362,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.2</version>
|
|
|
|
|
|
+ <version>6.0.2</version>
|
|
<executions>
|
|
<executions>
|
|
<execution>
|
|
<execution>
|
|
<goals>
|
|
<goals>
|
|
@@ -379,13 +379,13 @@
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.projectlombok</groupId>
|
|
<groupId>org.projectlombok</groupId>
|
|
<artifactId>lombok</artifactId>
|
|
<artifactId>lombok</artifactId>
|
|
- <version>1.18.12</version>
|
|
|
|
|
|
+ <version>1.18.16</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.1.2</version>
|
|
|
|
|
|
+ <version>4.1.4</version>
|
|
<scope>provided</scope>
|
|
<scope>provided</scope>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
@@ -399,19 +399,19 @@
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.mockito</groupId>
|
|
<groupId>org.mockito</groupId>
|
|
<artifactId>mockito-core</artifactId>
|
|
<artifactId>mockito-core</artifactId>
|
|
- <version>3.5.10</version>
|
|
|
|
|
|
+ <version>3.6.0</version>
|
|
<scope>test</scope>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.assertj</groupId>
|
|
<groupId>org.assertj</groupId>
|
|
<artifactId>assertj-core</artifactId>
|
|
<artifactId>assertj-core</artifactId>
|
|
- <version>3.17.1</version>
|
|
|
|
|
|
+ <version>3.18.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.27.1</version>
|
|
|
|
|
|
+ <version>2.27.2</version>
|
|
<scope>test</scope>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
@@ -423,13 +423,13 @@
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.openjdk.jmh</groupId>
|
|
<groupId>org.openjdk.jmh</groupId>
|
|
<artifactId>jmh-core</artifactId>
|
|
<artifactId>jmh-core</artifactId>
|
|
- <version>1.25.2</version>
|
|
|
|
|
|
+ <version>1.26</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.25.2</version>
|
|
|
|
|
|
+ <version>1.26</version>
|
|
<scope>test</scope>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|