1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-08-28 08:10:11 +02:00

Fixed typo

This commit is contained in:
cyian-1756
2018-10-18 00:29:14 -04:00
parent f9a9ac1df2
commit 18bcb15449

View File

@@ -51,12 +51,12 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.3.3</version>
<version>4.3.6</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpmime</artifactId>
<version>4.3.6</version>
<version>4.3.3</version>
</dependency>
</dependencies>
<build>