Bump mockito to 4.6.0
[odlparent.git] / odlparent / pom.xml
index 52ae5c5f99de303eab4845c6a0c09a2ea09366c5..0b563a526628961adf959985c5f34afdf643b670 100644 (file)
         <version>4.13.2</version>
         <scope>test</scope>
       </dependency>
-      <dependency>
-        <groupId>org.skyscreamer</groupId>
-        <artifactId>jsonassert</artifactId>
-        <version>1.5.0</version>
-        <scope>test</scope>
-      </dependency>
       <dependency>
         <groupId>org.mockito</groupId>
         <artifactId>mockito-core</artifactId>
-        <version>4.5.1</version>
+        <version>4.6.0</version>
         <scope>test</scope>
       </dependency>
       <dependency>
         <groupId>org.mockito</groupId>
         <artifactId>mockito-junit-jupiter</artifactId>
-        <version>4.5.1</version>
+        <version>4.6.0</version>
         <scope>test</scope>
       </dependency>
       <dependency>
         <groupId>org.mockito</groupId>
         <artifactId>mockito-inline</artifactId>
-        <version>4.5.1</version>
+        <version>4.6.0</version>
         <scope>test</scope>
       </dependency>
       <dependency>
         <!-- When bumping this version, remember to also change the JavaDoc link in odlparent-lite and docs -->
         <version>2.6</version>
       </dependency>
-      <dependency>
-        <groupId>commons-codec</groupId>
-        <artifactId>commons-codec</artifactId>
-        <version>1.15</version>
-      </dependency>
       <!-- Jersey for JAXRS -->
       <dependency>
         <groupId>javax.ws.rs</groupId>
         <artifactId>gson</artifactId>
         <version>2.9.0</version>
       </dependency>
-      <dependency>
-        <groupId>commons-fileupload</groupId>
-        <artifactId>commons-fileupload</artifactId>
-        <version>1.4</version>
-      </dependency>
       <dependency>
         <groupId>commons-io</groupId>
         <artifactId>commons-io</artifactId>
         <version>2.11.0</version>
       </dependency>
-      <dependency>
-        <groupId>commons-net</groupId>
-        <artifactId>commons-net</artifactId>
-        <version>3.8.0</version>
-      </dependency>
 
       <!-- Netty -->
       <dependency>
         <groupId>io.netty</groupId>
         <artifactId>netty-bom</artifactId>
         <!-- When bumping this version, remember to also change the JavaDoc link in odlparent-lite -->
-        <version>4.1.77.Final</version>
+        <version>4.1.76.Final</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
         <version>2.6.10</version>
       </dependency>
 
-      <dependency>
-        <groupId>org.springframework.osgi</groupId>
-        <artifactId>spring-osgi-mock</artifactId>
-        <version>1.2.1</version>
-        <scope>test</scope>
-      </dependency>
-
       <dependency>
         <groupId>org.xmlunit</groupId>
         <artifactId>xmlunit-core</artifactId>
         <optional>true</optional>
       </dependency>
 
-      <!-- jung, a graph library -->
+      <!-- Argparse4j, for parsing command-line arguments in standalone executables -->
       <dependency>
-        <groupId>net.sf.jung</groupId>
-        <artifactId>jung-api</artifactId>
-        <version>2.1.1</version>
-      </dependency>
-      <dependency>
-        <groupId>net.sf.jung</groupId>
-        <artifactId>jung-algorithms</artifactId>
-        <version>2.1.1</version>
-      </dependency>
-      <dependency>
-        <groupId>net.sf.jung</groupId>
-        <artifactId>jung-graph-impl</artifactId>
-        <version>2.1.1</version>
+        <groupId>net.sourceforge.argparse4j</groupId>
+        <artifactId>argparse4j</artifactId>
+        <version>0.9.0</version>
       </dependency>
 
       <!-- ThreeTen-Extra, date/time complements -->
         <plugin>
           <groupId>com.github.spotbugs</groupId>
           <artifactId>spotbugs-maven-plugin</artifactId>
-          <version>4.6.0.0</version>
+          <version>4.7.0.0</version>
           <dependencies>
             <dependency>
               <groupId>com.github.spotbugs</groupId>
               <artifactId>spotbugs</artifactId>
               <version>11.0.0-SNAPSHOT</version>
             </dependency>
+
+            <!-- The SpotBugs Maven plugin uses SLF4J 1.8 beta 4 -->
+            <dependency>
+              <groupId>org.slf4j</groupId>
+              <artifactId>slf4j-api</artifactId>
+              <version>1.8.0-beta4</version>
+            </dependency>
             <dependency>
-              <!-- The SpotBugs Maven plugin uses SLF4J 1.8 beta 4 -->
               <groupId>org.slf4j</groupId>
               <artifactId>slf4j-simple</artifactId>
               <version>1.8.0-beta4</version>