Skip to content

Commit f7e16ef

Browse files
committed
Security: Updated legacy Java/Appium dependencies in BanjaraRide sub-project
1 parent 091e7ad commit f7e16ef

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

  • BanjaraRide_MobileApp_Testing--With_Appium_.Java

BanjaraRide_MobileApp_Testing--With_Appium_.Java/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,34 +30,34 @@
3030
<dependency>
3131
<groupId>org.seleniumhq.selenium</groupId>
3232
<artifactId>selenium-java</artifactId>
33-
<version>3.141.59</version>
33+
<version>4.24.0</version>
3434
</dependency>
3535

3636
<!-- https://mvnrepository.com/artifact/io.appium/java-client -->
3737
<dependency>
3838
<groupId>io.appium</groupId>
3939
<artifactId>java-client</artifactId>
40-
<version>7.3.0</version>
40+
<version>9.3.0</version>
4141
</dependency>
4242

4343
<!-- https://mvnrepository.com/artifact/org.testng/testng -->
4444
<dependency>
4545
<groupId>org.testng</groupId>
4646
<artifactId>testng</artifactId>
47-
<version>7.7.1</version>
47+
<version>7.10.2</version>
4848
<scope>test</scope>
4949
</dependency>
5050

5151
<!-- https://mvnrepository.com/artifact/org.apache.commons/commons-lang3 -->
5252
<dependency>
5353
<groupId>org.apache.commons</groupId>
5454
<artifactId>commons-lang3</artifactId>
55-
<version>3.12.0</version>
55+
<version>3.17.0</version>
5656
</dependency>
5757
<dependency>
5858
<groupId>com.aventstack</groupId>
5959
<artifactId>extentreports</artifactId>
60-
<version>5.0.9</version>
60+
<version>5.1.2</version>
6161
</dependency>
6262

6363

0 commit comments

Comments
 (0)