|
@@ -29,7 +29,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.5</pwm.minimum.maven.version>
|
|
|
+ <pwm.minimum.maven.version>3.6</pwm.minimum.maven.version>
|
|
|
<timestamp.iso>${maven.build.timestamp}</timestamp.iso>
|
|
|
<maven.compiler.source>11</maven.compiler.source>
|
|
|
<maven.compiler.target>11</maven.compiler.target>
|
|
@@ -333,7 +333,7 @@
|
|
|
<plugin>
|
|
|
<groupId>com.github.spotbugs</groupId>
|
|
|
<artifactId>spotbugs-maven-plugin</artifactId>
|
|
|
- <version>4.5.3.0</version>
|
|
|
+ <version>4.6.0.0</version>
|
|
|
<dependencies>
|
|
|
<dependency>
|
|
|
<groupId>com.github.spotbugs</groupId>
|
|
@@ -360,7 +360,7 @@
|
|
|
</configuration>
|
|
|
<executions>
|
|
|
<execution>
|
|
|
- <phase>test</phase>
|
|
|
+ <phase>verify</phase>
|
|
|
<goals>
|
|
|
<goal>check</goal>
|
|
|
</goals>
|
|
@@ -396,7 +396,7 @@
|
|
|
<plugin>
|
|
|
<groupId>org.owasp</groupId>
|
|
|
<artifactId>dependency-check-maven</artifactId>
|
|
|
- <version>7.0.0</version>
|
|
|
+ <version>7.0.4</version>
|
|
|
<executions>
|
|
|
<execution>
|
|
|
<goals>
|
|
@@ -476,15 +476,8 @@
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.github.tomakehurst</groupId>
|
|
|
- <artifactId>wiremock</artifactId>
|
|
|
- <version>2.27.2</version>
|
|
|
- <scope>test</scope>
|
|
|
- </dependency>
|
|
|
- <!-- older version of jackson databind required by wiremock 2.27.2 -->
|
|
|
- <dependency>
|
|
|
- <groupId>com.fasterxml.jackson.core</groupId>
|
|
|
- <artifactId>jackson-databind</artifactId>
|
|
|
- <version>2.11.3</version>
|
|
|
+ <artifactId>wiremock-jre8</artifactId>
|
|
|
+ <version>2.32.0</version>
|
|
|
<scope>test</scope>
|
|
|
</dependency>
|
|
|
<dependency>
|