Skip to content

Commit

Permalink
Merge pull request #31 from aquality-automation/support/update-librar…
Browse files Browse the repository at this point in the history
…y-versions

Update core library and Appium version
  • Loading branch information
aqualityAutomation authored Jan 19, 2023
2 parents e29d8e1 + e02ff2b commit bd2ae0c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright 2022 Aquality Automation
Copyright 2023 Aquality Automation

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
6 changes: 3 additions & 3 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-appium-mobile</artifactId>
<version>3.0.0-beta</version>
<version>3.1.1</version>

<packaging>jar</packaging>
<name>Aquality Appium Mobile</name>
Expand Down Expand Up @@ -172,13 +172,13 @@
<dependency>
<groupId>com.github.aquality-automation</groupId>
<artifactId>aquality-selenium-core</artifactId>
<version>2.0.4</version>
<version>2.0.5</version>
</dependency>

<dependency>
<groupId>io.appium</groupId>
<artifactId>java-client</artifactId>
<version>8.2.0</version>
<version>8.3.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit bd2ae0c

Please sign in to comment.