Update outdated/vulnerable dependencies
[sdc.git] / utils / webseal-simulator / pom.xml
index 8ddaab1..9068814 100644 (file)
@@ -77,8 +77,8 @@
         </dependency>
 
         <dependency>
-            <groupId>org.apache.httpcomponents</groupId>
-            <artifactId>httpclient</artifactId>
+            <groupId>org.apache.httpcomponents.client5</groupId>
+            <artifactId>httpclient5</artifactId>
             <version>${httpclient.version}</version>
             <exclusions>
                 <exclusion>
 
         <dependency>
             <groupId>commons-logging</groupId>
-            <artifactId>commons-logging-api</artifactId>
-            <version>1.0.4</version>
+            <artifactId>commons-logging</artifactId>
+            <version>${commons-logging}</version>
         </dependency>
 
         <dependency>