Browse Source

dependency updates

Jason Rivard 7 years ago
parent
commit
04cb8691a0
2 changed files with 2 additions and 5 deletions
  1. 1 4
      onejar/pom.xml
  2. 1 1
      server/pom.xml

+ 1 - 4
onejar/pom.xml

@@ -16,13 +16,10 @@
     <name>PWM Password Self Service: Executable Jar</name>
     <name>PWM Password Self Service: Executable Jar</name>
 
 
     <properties>
     <properties>
-        <tomcat.version>9.0.5</tomcat.version>
+        <tomcat.version>9.0.6</tomcat.version>
         <maven.compiler.source>1.8</maven.compiler.source>
         <maven.compiler.source>1.8</maven.compiler.source>
         <maven.compiler.target>1.8</maven.compiler.target>
         <maven.compiler.target>1.8</maven.compiler.target>
-
-
         <warArtifactID>pwm-${project.version}.war</warArtifactID>
         <warArtifactID>pwm-${project.version}.war</warArtifactID>
-
     </properties>
     </properties>
 
 
     <build>
     <build>

+ 1 - 1
server/pom.xml

@@ -743,7 +743,7 @@
         <dependency>
         <dependency>
             <groupId>org.jetbrains.xodus</groupId>
             <groupId>org.jetbrains.xodus</groupId>
             <artifactId>xodus-environment</artifactId>
             <artifactId>xodus-environment</artifactId>
-            <version>1.2.1</version>
+            <version>1.2.2</version>
         </dependency>
         </dependency>
         <dependency>
         <dependency>
             <groupId>org.slf4j</groupId>
             <groupId>org.slf4j</groupId>