Skip to content

Commit a53aebf

Browse files
committed
Upgrading MockServer to 5.10.0
1 parent 774d8cb commit a53aebf

File tree

20 files changed

+140
-145
lines changed

20 files changed

+140
-145
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Description of the issue
1414
Description of what you are trying to do so we can understand the context of the problem
1515

1616
**MockServer version**
17-
The version you are using (i.e. 5.9.0)
17+
The version you are using (i.e. 5.10.0)
1818

1919
**To Reproduce**
2020
Steps to reproduce the issue:

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ module.exports = function (grunt) {
6565
var done = this.async();
6666
var artifactoryHost = 'oss.sonatype.org';
6767
var artifactoryPath = '/content/repositories/releases/org/mock-server/mockserver-netty/';
68-
require('./downloadJar').downloadJar('5.9.0', artifactoryHost, artifactoryPath).then(function () {
68+
require('./downloadJar').downloadJar('5.10.0', artifactoryHost, artifactoryPath).then(function () {
6969
done(true);
7070
}, function () {
7171
done(false);

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ This value specifies the path to the artifactory leading to the mockserver-netty
112112

113113
#### options.mockServerVersion
114114
Type: `String`
115-
Default value: `5.9.0`
115+
Default value: `5.10.0`
116116

117117
This value specifies the artifact version of MockServer to download.
118118

@@ -247,6 +247,7 @@ Date | Version | Description
247247
2019-12-01 | v5.8.0  | Upgrading MockServer to 5.8.0
248248
2019-12-24 | v5.8.1  | Upgrading MockServer to 5.8.1
249249
2020-02-01 | v5.9.0  | Upgrading MockServer to 5.9.0
250+
2020-03-24 | v5.10.0 | Upgrading MockServer to 5.10.0
250251

251252
---
252253

examples/add_array_of_expectations/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
"author": "James D Bloom",
77
"license": "Apache-2.0",
88
"dependencies": {
9-
"mockserver-client": "5.9.0"
9+
"mockserver-client": "5.10.0"
1010
}
1111
}

examples/callback_action_examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
"author": "James D Bloom",
77
"license": "Apache-2.0",
88
"dependencies": {
9-
"mockserver-client": "5.9.0"
9+
"mockserver-client": "5.10.0"
1010
}
1111
}

examples/client_examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
"author": "James D Bloom",
77
"license": "Apache-2.0",
88
"dependencies": {
9-
"mockserver-client": "5.9.0"
9+
"mockserver-client": "5.10.0"
1010
}
1111
}

examples/error_action_examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
"author": "James D Bloom",
77
"license": "Apache-2.0",
88
"dependencies": {
9-
"mockserver-client": "5.9.0"
9+
"mockserver-client": "5.10.0"
1010
}
1111
}

examples/forward_action_examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
"author": "James D Bloom",
77
"license": "Apache-2.0",
88
"dependencies": {
9-
"mockserver-client": "5.9.0"
9+
"mockserver-client": "5.10.0"
1010
}
1111
}

examples/jest_test_with_axios/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"author": "Jan-Hendrik 'hennr' Peters",
77
"license": "Apache-2.0",
88
"dependencies": {
9-
"mockserver-client": "5.9.0",
10-
"mockserver-node": "5.9.0"
9+
"mockserver-client": "5.10.0",
10+
"mockserver-node": "5.10.0"
1111
},
1212
"devDependencies": {
1313
"@babel/core": "^7.3.3",

examples/request_matcher_examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
"author": "James D Bloom",
77
"license": "Apache-2.0",
88
"dependencies": {
9-
"mockserver-client": "5.9.0"
9+
"mockserver-client": "5.10.0"
1010
}
1111
}

0 commit comments

Comments
 (0)