Browse Source

minor pom updates

jrivard@gmail.com 6 years ago
parent
commit
5c7de58e73
2 changed files with 2 additions and 2 deletions
  1. 1 1
      pom.xml
  2. 1 1
      server/pom.xml

+ 1 - 1
pom.xml

@@ -188,7 +188,7 @@
                     <dependency>
                         <groupId>com.puppycrawl.tools</groupId>
                         <artifactId>checkstyle</artifactId>
-                        <version>8.14</version>
+                        <version>8.15</version>
                     </dependency>
                 </dependencies>
                 <executions>

+ 1 - 1
server/pom.xml

@@ -270,7 +270,7 @@
         <dependency>
             <groupId>com.blueconic</groupId>
             <artifactId>browscap-java</artifactId>
-            <version>1.2.6</version>
+            <version>1.2.7</version>
         </dependency>
         <dependency>
             <groupId>org.jetbrains.xodus</groupId>