Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#TESTAR v2.8.10 (12-May-2026)
- Bump io.appium:java-client from 10.1.0 to 10.1.1


#TESTAR v2.8.9 (21-Apr-2026)
- Bump org.seleniumhq.selenium:selenium-java from 4.41.0 to 4.43.0
- Fix id bug when analyzing state models
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.8.9
2.8.10
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ subprojects {
// https://mvnrepository.com/artifact/io.github.bonigarcia/webdrivermanager
implementation group: 'io.github.bonigarcia', name: 'webdrivermanager', version: '6.3.4'
// https://mvnrepository.com/artifact/io.appium/java-client
implementation group: 'io.appium', name: 'java-client', version: '10.1.0'
implementation group: 'io.appium', name: 'java-client', version: '10.1.1'
// https://mvnrepository.com/artifact/com.orientechnologies/orientdb-graphdb
implementation group: 'com.orientechnologies', name: 'orientdb-graphdb', version: '3.2.38'
// https://mvnrepository.com/artifact/org.graalvm.sdk/graal-sdk
Expand Down
2 changes: 1 addition & 1 deletion testar/src/org/testar/monkey/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@

public class Main {

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

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