Skip to content

Commit 121d490

Browse files
committed
upgraded to 5.13.2
1 parent 1980087 commit 121d490

File tree

22 files changed

+42
-42
lines changed

22 files changed

+42
-42
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.13.1)
17+
The version you are using (i.e. 5.13.2)
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.13.1', artifactoryHost, artifactoryPath).then(function () {
68+
require('./downloadJar').downloadJar('5.13.2', artifactoryHost, artifactoryPath).then(function () {
6969
done(true);
7070
}, function () {
7171
done(false);

README.md

Lines changed: 1 addition & 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.13.1`
115+
Default value: `5.13.2`
116116

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

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.13.1"
9+
"mockserver-client": "5.13.2"
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.13.1"
9+
"mockserver-client": "5.13.2"
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.13.1"
9+
"mockserver-client": "5.13.2"
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.13.1"
9+
"mockserver-client": "5.13.2"
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.13.1"
9+
"mockserver-client": "5.13.2"
1010
}
1111
}

examples/openapi_expectations_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.13.1"
9+
"mockserver-client": "5.13.2"
1010
}
1111
}

examples/openapi_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.13.1"
9+
"mockserver-client": "5.13.2"
1010
}
1111
}

0 commit comments

Comments
 (0)