|
@@ -102,7 +102,7 @@
|
|
|
<plugin>
|
|
|
<groupId>pl.project13.maven</groupId>
|
|
|
<artifactId>git-commit-id-plugin</artifactId>
|
|
|
- <version>4.0.3</version>
|
|
|
+ <version>4.0.4</version>
|
|
|
<executions>
|
|
|
<execution>
|
|
|
<id>get-the-git-infos</id>
|
|
@@ -230,12 +230,12 @@
|
|
|
<plugin>
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
<artifactId>maven-checkstyle-plugin</artifactId>
|
|
|
- <version>3.1.1</version>
|
|
|
+ <version>3.1.2</version>
|
|
|
<dependencies>
|
|
|
<dependency>
|
|
|
<groupId>com.puppycrawl.tools</groupId>
|
|
|
<artifactId>checkstyle</artifactId>
|
|
|
- <version>8.38</version>
|
|
|
+ <version>8.42</version>
|
|
|
</dependency>
|
|
|
</dependencies>
|
|
|
<executions>
|
|
@@ -314,12 +314,12 @@
|
|
|
<plugin>
|
|
|
<groupId>com.github.spotbugs</groupId>
|
|
|
<artifactId>spotbugs-maven-plugin</artifactId>
|
|
|
- <version>4.1.4</version>
|
|
|
+ <version>4.2.3</version>
|
|
|
<dependencies>
|
|
|
<dependency>
|
|
|
<groupId>com.github.spotbugs</groupId>
|
|
|
<artifactId>spotbugs</artifactId>
|
|
|
- <version>4.2.0</version>
|
|
|
+ <version>4.2.3</version>
|
|
|
</dependency>
|
|
|
</dependencies>
|
|
|
<configuration>
|
|
@@ -366,7 +366,7 @@
|
|
|
<plugin> <!-- checks owsp vulnerability database -->
|
|
|
<groupId>org.owasp</groupId>
|
|
|
<artifactId>dependency-check-maven</artifactId>
|
|
|
- <version>6.0.3</version>
|
|
|
+ <version>6.1.6</version>
|
|
|
<executions>
|
|
|
<execution>
|
|
|
<goals>
|
|
@@ -383,13 +383,13 @@
|
|
|
<dependency>
|
|
|
<groupId>org.projectlombok</groupId>
|
|
|
<artifactId>lombok</artifactId>
|
|
|
- <version>1.18.16</version>
|
|
|
+ <version>1.18.20</version>
|
|
|
<scope>provided</scope>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.github.spotbugs</groupId>
|
|
|
<artifactId>spotbugs-annotations</artifactId>
|
|
|
- <version>4.2.0</version>
|
|
|
+ <version>4.2.3</version>
|
|
|
<scope>provided</scope>
|
|
|
</dependency>
|
|
|
|
|
@@ -397,19 +397,19 @@
|
|
|
<dependency>
|
|
|
<groupId>junit</groupId>
|
|
|
<artifactId>junit</artifactId>
|
|
|
- <version>4.13.1</version>
|
|
|
+ <version>4.13.2</version>
|
|
|
<scope>test</scope>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.mockito</groupId>
|
|
|
<artifactId>mockito-core</artifactId>
|
|
|
- <version>3.6.28</version>
|
|
|
+ <version>3.9.0</version>
|
|
|
<scope>test</scope>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.assertj</groupId>
|
|
|
<artifactId>assertj-core</artifactId>
|
|
|
- <version>3.18.1</version>
|
|
|
+ <version>3.19.0</version>
|
|
|
<scope>test</scope>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
@@ -427,13 +427,13 @@
|
|
|
<dependency>
|
|
|
<groupId>org.openjdk.jmh</groupId>
|
|
|
<artifactId>jmh-core</artifactId>
|
|
|
- <version>1.27</version>
|
|
|
+ <version>1.29</version>
|
|
|
<scope>test</scope>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.openjdk.jmh</groupId>
|
|
|
<artifactId>jmh-generator-annprocess</artifactId>
|
|
|
- <version>1.27</version>
|
|
|
+ <version>1.29</version>
|
|
|
<scope>test</scope>
|
|
|
</dependency>
|
|
|
|