fix depends

This commit is contained in:
Lee 2024-04-10 12:11:23 +01:00
parent 48c9b66fd1
commit 0b8c3cbc83

@ -116,12 +116,13 @@
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.httpcomponents</groupId> <groupId>org.apache.httpcomponents.client5</groupId>
<artifactId>httpclient</artifactId> <artifactId>httpclient5</artifactId>
<version>4.5.14</version> <version>5.3.1</version>
</dependency> </dependency>
<!-- DNS Lookup --> <!-- DNS Lookup -->
<dependency> <dependency>
<groupId>com.github.dnsjava</groupId> <groupId>com.github.dnsjava</groupId>