|
@@ -30,7 +30,7 @@
|
|
|
<build.revision>0</build.revision> <!-- default in case not set on command line -->
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
|
|
|
- <pwm.minimum.maven.version>3.2</pwm.minimum.maven.version>
|
|
|
+ <pwm.minimum.maven.version>3.5</pwm.minimum.maven.version>
|
|
|
<timestamp.iso>${maven.build.timestamp}</timestamp.iso>
|
|
|
<maven.compiler.source>1.8</maven.compiler.source>
|
|
|
<maven.compiler.target>1.8</maven.compiler.target>
|
|
@@ -312,7 +312,7 @@
|
|
|
<dependency>
|
|
|
<groupId>com.github.spotbugs</groupId>
|
|
|
<artifactId>spotbugs</artifactId>
|
|
|
- <version>4.0.2</version>
|
|
|
+ <version>4.0.3</version>
|
|
|
</dependency>
|
|
|
</dependencies>
|
|
|
<configuration>
|
|
@@ -381,7 +381,7 @@
|
|
|
<dependency>
|
|
|
<groupId>com.github.spotbugs</groupId>
|
|
|
<artifactId>spotbugs-annotations</artifactId>
|
|
|
- <version>4.0.2</version>
|
|
|
+ <version>4.0.3</version>
|
|
|
<scope>provided</scope>
|
|
|
</dependency>
|
|
|
|
|
@@ -401,7 +401,7 @@
|
|
|
<dependency>
|
|
|
<groupId>org.assertj</groupId>
|
|
|
<artifactId>assertj-core</artifactId>
|
|
|
- <version>3.16.0</version>
|
|
|
+ <version>3.16.1</version>
|
|
|
<scope>test</scope>
|
|
|
</dependency>
|
|
|
<dependency>
|