Skip to content

Commit 9d06a47

Browse files
committed
Merge pull request #2195 from TejasAmle-Lambdatest/stage
updated mvn tunnel version to latest
1 parent 40189c0 commit 9d06a47

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/maven-tunnel-for-locally-hosted-web-applications.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Maven is a renowned build automation tool for orchestrating project builds by au
4444

4545
This document will help you configure a secure LambdaTest Tunnel to execute your [Selenium test automation](https://www.lambdatest.com/selenium-automation) scripts through your Maven project on our online Selenium Grid.
4646

47-
> LambdaTest Maven Tunnel is now compatible with both **Java 17** and **Java 20**. Additionally, we also rolled out the latest **[Maven Tunnel v2.0.2](https://mvnrepository.com/artifact/com.github.lambdatest/lambdatest-tunnel-binary/2.0.2)**, with various enhancements and optimizations.
47+
> LambdaTest Maven Tunnel is now compatible with both **Java 17** and **Java 20**. Additionally, we also rolled out the latest **[Maven Tunnel](https://mvnrepository.com/artifact/com.github.lambdatest/lambdatest-tunnel-binary/4.0.2)**, with various enhancements and optimizations.
4848
4949
## Prerequisites
5050

@@ -81,7 +81,7 @@ Ensure that you have the Maven Tunnel dependency configured in your `pom.xml`.
8181
<dependency>
8282
<groupId>com.github.lambdatest</groupId>
8383
<artifactId>lambdatest-tunnel-binary</artifactId>
84-
<version>1.0.8</version>
84+
<version>4.0.2</version>
8585
</dependency>
8686
```
8787

@@ -310,7 +310,7 @@ In order to trigger parallel test execution with Maven Tunnel using Serenity BDD
310310
<dependency>
311311
<groupId>com.github.lambdatest</groupId>
312312
<artifactId>lambdatest-tunnel-binary</artifactId>
313-
<version>2.0.0</version>
313+
<version>4.0.2</version>
314314
<exclusions>
315315
<exclusion>
316316
<groupId>org.testng</groupId>

0 commit comments

Comments
 (0)