Skip to content

Commit 74cf98a

Browse files
authored
updated appium, log4j, selenium and jackson dependencies (#67)
* updated appium, log4j, selenium and jackson dependencies
1 parent 7cb5137 commit 74cf98a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.github.aquality-automation</groupId>
88
<artifactId>aquality-selenium-core</artifactId>
9-
<version>2.0.1</version>
9+
<version>2.0.3</version>
1010

1111
<packaging>jar</packaging>
1212
<name>Aquality Selenium Core</name>
@@ -86,13 +86,13 @@
8686
<dependency>
8787
<groupId>org.apache.logging.log4j</groupId>
8888
<artifactId>log4j</artifactId>
89-
<version>2.15.0</version>
89+
<version>2.17.0</version>
9090
<type>pom</type>
9191
</dependency>
9292
<dependency>
9393
<groupId>org.apache.logging.log4j</groupId>
9494
<artifactId>log4j-api</artifactId>
95-
<version>2.15.0</version>
95+
<version>2.17.0</version>
9696
</dependency>
9797
<dependency>
9898
<groupId>org.testng</groupId>
@@ -114,12 +114,12 @@
114114
<dependency>
115115
<groupId>com.fasterxml.jackson.core</groupId>
116116
<artifactId>jackson-databind</artifactId>
117-
<version>2.13.0</version>
117+
<version>2.13.1</version>
118118
</dependency>
119119
<dependency>
120120
<groupId>org.seleniumhq.selenium</groupId>
121121
<artifactId>selenium-java</artifactId>
122-
<version>4.1.0</version>
122+
<version>4.1.1</version>
123123
</dependency>
124124
<dependency>
125125
<groupId>io.github.bonigarcia</groupId>
@@ -130,13 +130,13 @@
130130
<dependency>
131131
<groupId>io.appium</groupId>
132132
<artifactId>java-client</artifactId>
133-
<version>8.0.0-beta</version>
133+
<version>8.0.0-beta2</version>
134134
<scope>test</scope>
135135
</dependency>
136136
<dependency>
137137
<groupId>org.apache.logging.log4j</groupId>
138138
<artifactId>log4j-core</artifactId>
139-
<version>2.15.0</version>
139+
<version>2.17.0</version>
140140
</dependency>
141141
</dependencies>
142142

0 commit comments

Comments
 (0)