浏览代码

dependency updates

Jason Rivard 5 年之前
父节点
当前提交
02d854e1ca
共有 3 个文件被更改,包括 6 次插入6 次删除
  1. 1 1
      client/pom.xml
  2. 4 4
      pom.xml
  3. 1 1
      webapp/pom.xml

+ 1 - 1
client/pom.xml

@@ -79,7 +79,7 @@
                 <configuration>
                     <nodeVersion>v12.13.1</nodeVersion>
                     <npmVersion>6.13.4</npmVersion>
-                    <installDirectory>.node</installDirectory>
+                    <installDirectory>target/node-executable</installDirectory>
                 </configuration>
                 <executions>
                     <execution>

+ 4 - 4
pom.xml

@@ -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>

+ 1 - 1
webapp/pom.xml

@@ -252,7 +252,7 @@
             <plugin>
                 <groupId>io.github.zlika</groupId>
                 <artifactId>reproducible-build-maven-plugin</artifactId>
-                <version>0.11</version>
+                <version>0.12</version>
                 <executions>
                     <execution>
                         <goals>