diff --git a/.github/workflows/test-with-allure-report.yml b/.github/workflows/test-with-allure-report.yml
index 38dda70..f8f6c83 100644
--- a/.github/workflows/test-with-allure-report.yml
+++ b/.github/workflows/test-with-allure-report.yml
@@ -38,10 +38,10 @@ jobs:
steps:
- uses: actions/checkout@v3
- - name: Set up JDK 1.8
+ - name: Set up JDK 11
uses: actions/setup-java@v3
with:
- java-version: '8'
+ java-version: '11'
distribution: 'adopt'
cache: maven
@@ -81,10 +81,10 @@ jobs:
steps:
- uses: actions/checkout@v3
- - name: Set up JDK 1.8
+ - name: Set up JDK 11
uses: actions/setup-java@v3
with:
- java-version: '8'
+ java-version: '11'
distribution: 'adopt'
cache: maven
diff --git a/LICENSE b/LICENSE
index a6ceff9..ecef83a 100644
--- a/LICENSE
+++ b/LICENSE
@@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.
- Copyright 2023 Aquality Automation
+ Copyright 2024 Aquality Automation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 8530d26..995dfc3 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -25,7 +25,7 @@ jobs:
mavenPomFile: 'pom.xml'
mavenOptions: '-Xmx3072m'
javaHomeOption: 'JDKVersion'
- jdkVersionOption: '1.8'
+ jdkVersionOption: '11'
jdkArchitectureOption: 'x64'
publishJUnitResults: true
testResultsFiles: '**/surefire-reports/TEST-*.xml'
@@ -141,6 +141,7 @@ jobs:
publishJUnitResults: true
testResultsFiles: '**/surefire-reports/TEST-*.xml'
javaHomeOption: 'JDKVersion'
+ jdkVersionOption: '11'
mavenVersionOption: 'Default'
mavenAuthenticateFeed: false
effectivePomSkip: false
diff --git a/pom.xml b/pom.xml
index 6cbb9c6..5e2fe6f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,43 +30,14 @@
com.github.aquality-automation
aquality-appium-mobile
- 4.0.0
-
-
- org.seleniumhq.selenium
- selenium-api
-
-
- org.seleniumhq.selenium
- selenium-remote-driver
-
-
- org.seleniumhq.selenium
- selenium-support
-
-
+ 5.0.0
org.projectlombok
lombok
- 1.18.6
+ 1.18.30
provided
-
- org.seleniumhq.selenium
- selenium-api
- 4.8.1
-
-
- org.seleniumhq.selenium
- selenium-remote-driver
- 4.8.1
-
-
- org.seleniumhq.selenium
- selenium-support
- 4.8.1
-
@@ -74,17 +45,17 @@
org.apache.maven.plugins
maven-compiler-plugin
- 3.8.1
+ 3.12.1
- 1.8
- 1.8
+ 11
+ 11
org.apache.maven.plugins
maven-surefire-plugin
- 2.22.2
+ 3.2.5
classes
@@ -107,7 +78,7 @@
io.qameta.allure
allure-maven
- 2.10.0
+ 2.12.0