Skip to content

Commit 91ad2d8

Browse files
authored
Merge pull request #479 from TESTARtool/dependabot/gradle/io.appium-java-client-10.1.1
Bump io.appium:java-client from 10.1.0 to 10.1.1
2 parents 075de6f + 817ff83 commit 91ad2d8

4 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
#TESTAR v2.8.10 (12-May-2026)
2+
- Bump io.appium:java-client from 10.1.0 to 10.1.1
3+
4+
15
#TESTAR v2.8.9 (21-Apr-2026)
26
- Bump org.seleniumhq.selenium:selenium-java from 4.41.0 to 4.43.0
37
- Fix id bug when analyzing state models

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.8.9
1+
2.8.10

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ subprojects {
3737
// https://mvnrepository.com/artifact/io.github.bonigarcia/webdrivermanager
3838
implementation group: 'io.github.bonigarcia', name: 'webdrivermanager', version: '6.3.4'
3939
// https://mvnrepository.com/artifact/io.appium/java-client
40-
implementation group: 'io.appium', name: 'java-client', version: '10.1.0'
40+
implementation group: 'io.appium', name: 'java-client', version: '10.1.1'
4141
// https://mvnrepository.com/artifact/com.orientechnologies/orientdb-graphdb
4242
implementation group: 'com.orientechnologies', name: 'orientdb-graphdb', version: '3.2.38'
4343
// https://mvnrepository.com/artifact/org.graalvm.sdk/graal-sdk

testar/src/org/testar/monkey/Main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565

6666
public class Main {
6767

68-
public static final String TESTAR_VERSION = "v2.8.9 (21-Apr-2026)";
68+
public static final String TESTAR_VERSION = "v2.8.10 (12-May-2026)";
6969

7070
//public static final String TESTAR_DIR_PROPERTY = "DIRNAME"; //Use the OS environment to obtain TESTAR directory
7171
public static final String SETTINGS_FILE = "test.settings";

0 commit comments

Comments
 (0)