Skip to content

Commit

Permalink
http client version updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Shivanshu-lambdatest committed Mar 29, 2022
1 parent 05bf0ad commit eefb14e
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>com.github.lambdatest</groupId>
<artifactId>lambdatest-tunnel-binary</artifactId>
<packaging>jar</packaging>
<version>1.0.9</version>
<version>1.0.10</version>

<name>lambdatest-maven-tunnel</name>
<description>LambdaTest tunnel binary in Java</description>
Expand Down Expand Up @@ -70,7 +70,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5</version>
<version>4.5.13</version>
</dependency>
<dependency>
<groupId>org.testng</groupId>
Expand All @@ -91,7 +91,7 @@
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.7</version>
<version>1.6.12</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
Expand All @@ -115,7 +115,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.1.1</version>
<version>3.2.0</version>
<executions>
<execution>
<id>attach-javadocs</id>
Expand Down Expand Up @@ -167,5 +167,6 @@
<version>2.4.2</version>
</plugin>
</plugins>

</build>
</project>
</project>

0 comments on commit eefb14e

Please sign in to comment.