diff --git a/.mergify.yml b/.mergify.yml
new file mode 100644
index 000000000000..fac2166e311e
--- /dev/null
+++ b/.mergify.yml
@@ -0,0 +1,7 @@
+pull_request_rules:
+ - name: Automatic merge on approval
+ conditions:
+ - "#approved-reviews-by>=1"
+ actions:
+ merge:
+ method: merge
diff --git a/core-java-modules/core-java-httpclient/pom.xml b/core-java-modules/core-java-httpclient/pom.xml
index 57b23e96c1be..85afd0184a03 100644
--- a/core-java-modules/core-java-httpclient/pom.xml
+++ b/core-java-modules/core-java-httpclient/pom.xml
@@ -52,7 +52,7 @@
11
11
3.22.0
- 5.11.2
+ 5.15.0
\ No newline at end of file
diff --git a/json-modules/json/src/main/webapp/package.json b/json-modules/json/src/main/webapp/package.json
index 5dae00059373..f321fc1db53a 100644
--- a/json-modules/json/src/main/webapp/package.json
+++ b/json-modules/json/src/main/webapp/package.json
@@ -4,8 +4,8 @@
"version": "0.0.1",
"license": "MIT",
"dependencies": {
- "typings": "0.6.5",
- "jsonforms": "0.0.19",
+ "typings": "0.7.0",
+ "jsonforms": "0.0.20",
"bootstrap": "3.3.6"
}
}
\ No newline at end of file