diff --git a/Gruntfile.js b/Gruntfile.js
index c69d53e..f99663a 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -248,6 +248,11 @@ module.exports = function( grunt ) {
 			options: {
 				tracUrl: 'buddypress.trac.wordpress.org'
 			}
+		},
+		upload_patch: {
+			options: {
+				tracUrl: 'buddypress.trac.wordpress.org'
+			}
 		}
 	});
 
diff --git a/package.json b/package.json
index 3db457c..5453c76 100644
--- a/package.json
+++ b/package.json
@@ -18,7 +18,7 @@
     "grunt-check-dependencies": "~0.12.0",
     "grunt-jsvalidate": "~0.2.2",
     "grunt-legacy-util": "^0.2.0",
-    "grunt-patch-wordpress": "~0.3.0",
+    "grunt-patch-wordpress": "~0.4.0",
     "grunt-rtlcss": "~2.0.1",
     "grunt-sass": "~1.1.0",
     "grunt-scss-lint": "~0.3.8",
