diff --git a/.idea/compiler.xml b/.idea/compiler.xml
index 7ca71b5aa7..de5a2c1a30 100644
--- a/.idea/compiler.xml
+++ b/.idea/compiler.xml
@@ -61,6 +61,9 @@
+
+
+
diff --git a/node-api/build.gradle b/node-api/build.gradle
index a0844f5f13..88892c4eff 100644
--- a/node-api/build.gradle
+++ b/node-api/build.gradle
@@ -32,7 +32,7 @@ dependencies {
compile "de.javakaffee:kryo-serializers:0.41"
// For AMQP serialisation.
- compile "org.apache.qpid:proton-j:0.19.0"
+ compile "org.apache.qpid:proton-j:0.21.0"
// Unit testing helpers.
testCompile "junit:junit:$junit_version"