소스 검색

Merge pull request #3157 from nextcloud/fixPom

Pom: increase httpclient version
Andy Scherzinger 6 년 전
부모
커밋
b105abc56f
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      automationTest/pom.xml

+ 2 - 2
automationTest/pom.xml

@@ -66,7 +66,7 @@
     <dependency>
     <dependency>
         <groupId>org.apache.httpcomponents</groupId>
         <groupId>org.apache.httpcomponents</groupId>
         <artifactId>httpclient</artifactId>
         <artifactId>httpclient</artifactId>
-        <version>4.3.1</version>
+        <version>4.3.6</version>
     </dependency>
     </dependency>
     <dependency>
     <dependency>
     	<groupId>com.google.android</groupId>
     	<groupId>com.google.android</groupId>
@@ -75,4 +75,4 @@
     	<scope>provided</scope>
     	<scope>provided</scope>
   </dependency>
   </dependency>
 </dependencies>
 </dependencies>
-</project>
+</project>