Skip to content
Draft
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
58 changes: 44 additions & 14 deletions Tasks/AppCenterTestV1/patches/appcenter-cli+3.0.3.patch
Original file line number Diff line number Diff line change
@@ -1,26 +1,56 @@
diff --git a/node_modules/appcenter-cli/dist/commands/test/lib/templates/appium/android/pom.xml b/node_modules/appcenter-cli/dist/commands/test/lib/templates/appium/android/pom.xml
index af2f6c9..a9a7833 100644
index af2f6c9..7ca17f2 100644
--- a/node_modules/appcenter-cli/dist/commands/test/lib/templates/appium/android/pom.xml
+++ b/node_modules/appcenter-cli/dist/commands/test/lib/templates/appium/android/pom.xml
@@ -11,7 +11,7 @@
@@ -28,7 +28,7 @@
<dependency>
<groupId>io.appium</groupId>
<artifactId>java-client</artifactId>
- <version>7.6.0</version>
+ <version>9.4.0</version>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
- <version>5.3.39</version>
+ <version>5.3.45</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<groupId>com.google.code.gson</groupId>
@@ -38,12 +38,12 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-expression</artifactId>
- <version>5.3.39</version>
+ <version>5.3.45</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
- <version>5.3.39</version>
+ <version>5.3.45</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
diff --git a/node_modules/appcenter-cli/dist/commands/test/lib/templates/appium/ios/pom.xml b/node_modules/appcenter-cli/dist/commands/test/lib/templates/appium/ios/pom.xml
index af2f6c9..a9a7833 100644
index af2f6c9..7ca17f2 100644
--- a/node_modules/appcenter-cli/dist/commands/test/lib/templates/appium/ios/pom.xml
+++ b/node_modules/appcenter-cli/dist/commands/test/lib/templates/appium/ios/pom.xml
@@ -11,7 +11,7 @@
@@ -28,7 +28,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
- <version>5.3.39</version>
+ <version>5.3.45</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
@@ -38,12 +38,12 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-expression</artifactId>
- <version>5.3.39</version>
+ <version>5.3.45</version>
</dependency>
<dependency>
<groupId>io.appium</groupId>
<artifactId>java-client</artifactId>
- <version>7.6.0</version>
+ <version>9.4.0</version>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
- <version>5.3.39</version>
+ <version>5.3.45</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<groupId>commons-io</groupId>
4 changes: 2 additions & 2 deletions Tasks/AppCenterTestV1/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"author": "Microsoft Corporation",
"version": {
"Major": 1,
"Minor": 261,
"Patch": 1
"Minor": 263,
"Patch": 0
},
"minimumAgentVersion": "2.206.1",
"groups": [
Expand Down
4 changes: 2 additions & 2 deletions Tasks/AppCenterTestV1/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"author": "Microsoft Corporation",
"version": {
"Major": 1,
"Minor": 261,
"Patch": 1
"Minor": 263,
"Patch": 0
},
"minimumAgentVersion": "2.206.1",
"groups": [
Expand Down
Loading