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
2 changes: 1 addition & 1 deletion Tasks/AppCenterTestV1/Tests/L0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ describe('AppCenterTest L0 Suite', function () {
});

it('Positive path: upload Appium test with service endpoint', async function () {
this.timeout(6000);
this.timeout(12000);

let tp = path.join(__dirname, 'L0AppiumPass.js');
let tr: ttm.MockTestRunner = new ttm.MockTestRunner(tp);
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +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 a9a7833..b176a3e 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
@@ -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>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 a9a7833..b176a3e 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
@@ -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>org.springframework</groupId>
<artifactId>spring-context</artifactId>
- <version>5.3.39</version>
+ <version>5.3.45</version>
</dependency>
<dependency>
<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