Skip to content

Commit

Permalink
updated appium, log4j, selenium and jackson dependencies (#67)
Browse files Browse the repository at this point in the history
* updated appium, log4j, selenium and jackson dependencies
  • Loading branch information
xahtuk44 authored Jan 19, 2022
1 parent 7cb5137 commit 74cf98a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.github.aquality-automation</groupId>
<artifactId>aquality-selenium-core</artifactId>
<version>2.0.1</version>
<version>2.0.3</version>

<packaging>jar</packaging>
<name>Aquality Selenium Core</name>
Expand Down Expand Up @@ -86,13 +86,13 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j</artifactId>
<version>2.15.0</version>
<version>2.17.0</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.15.0</version>
<version>2.17.0</version>
</dependency>
<dependency>
<groupId>org.testng</groupId>
Expand All @@ -114,12 +114,12 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.13.0</version>
<version>2.13.1</version>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-java</artifactId>
<version>4.1.0</version>
<version>4.1.1</version>
</dependency>
<dependency>
<groupId>io.github.bonigarcia</groupId>
Expand All @@ -130,13 +130,13 @@
<dependency>
<groupId>io.appium</groupId>
<artifactId>java-client</artifactId>
<version>8.0.0-beta</version>
<version>8.0.0-beta2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.15.0</version>
<version>2.17.0</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 74cf98a

Please sign in to comment.