Bump Apache Commons Lang to 3.8
[odlparent.git] / odlparent / pom.xml
index 3240ee52a1b39b77aabdf6e2c9869aa83de589e2..c30a62d13406f8ba3f65e90ccb28b199bb072631 100644 (file)
       <dependency>
         <groupId>org.mockito</groupId>
         <artifactId>mockito-core</artifactId>
-        <version>2.19.1</version>
+        <version>2.20.1</version>
         <scope>test</scope>
       </dependency>
       <dependency>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-lang3</artifactId>
         <!-- When bumping this version, remember to also change the JavaDoc link in odlparent-lite -->
-        <version>3.7</version>
+        <version>3.8</version>
       </dependency>
       <dependency>
         <groupId>org.apache.commons</groupId>
         <version>1.2.1</version>
         <scope>test</scope>
       </dependency>
+
+      <dependency>
+        <groupId>org.xmlunit</groupId>
+        <artifactId>xmlunit-core</artifactId>
+        <version>2.6.0</version>
+        <scope>test</scope>
+      </dependency>
+      <dependency>
+        <groupId>org.xmlunit</groupId>
+        <artifactId>xmlunit-matchers</artifactId>
+        <version>2.6.0</version>
+        <scope>test</scope>
+      </dependency>
+      <!-- FIXME: remove this once we have migrated over -->
       <dependency>
-        <groupId>xmlunit</groupId>
-        <artifactId>xmlunit</artifactId>
-        <version>1.6</version>
+        <groupId>org.xmlunit</groupId>
+        <artifactId>xmlunit-legacy</artifactId>
+        <version>2.6.0</version>
         <scope>test</scope>
       </dependency>
 
             <dependency>
               <groupId>com.github.sevntu-checkstyle</groupId>
               <artifactId>sevntu-checkstyle-maven-plugin</artifactId>
-              <version>1.30.0</version>
+              <version>1.32.0</version>
             </dependency>
           </dependencies>
           <configuration>