Skip to content

Commit e02ff2b

Browse files
committed
Update core library and Appium version
Update License year
1 parent e29d8e1 commit e02ff2b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright 2022 Aquality Automation
189+
Copyright 2023 Aquality Automation
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

pom.xml

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

77
<groupId>com.github.aquality-automation</groupId>
88
<artifactId>aquality-appium-mobile</artifactId>
9-
<version>3.0.0-beta</version>
9+
<version>3.1.1</version>
1010

1111
<packaging>jar</packaging>
1212
<name>Aquality Appium Mobile</name>
@@ -172,13 +172,13 @@
172172
<dependency>
173173
<groupId>com.github.aquality-automation</groupId>
174174
<artifactId>aquality-selenium-core</artifactId>
175-
<version>2.0.4</version>
175+
<version>2.0.5</version>
176176
</dependency>
177177

178178
<dependency>
179179
<groupId>io.appium</groupId>
180180
<artifactId>java-client</artifactId>
181-
<version>8.2.0</version>
181+
<version>8.3.0</version>
182182
</dependency>
183183

184184
<dependency>

0 commit comments

Comments
 (0)