diff --git a/wp-content/plugins/pubsubhubbub/languages/pubsubhubbub.pot b/wp-content/plugins/pubsubhubbub/languages/pubsubhubbub.pot
index eff84d4d08a01d7a909a282ce731e8b0ce56d977..fbc3e3fd16a83d52e49772ed7a4a1c437e08ff30 100644
--- a/wp-content/plugins/pubsubhubbub/languages/pubsubhubbub.pot
+++ b/wp-content/plugins/pubsubhubbub/languages/pubsubhubbub.pot
@@ -2,10 +2,10 @@
 # This file is distributed under the MIT.
 msgid ""
 msgstr ""
-"Project-Id-Version: WebSub/PubSubHubbub 3.0.2\n"
+"Project-Id-Version: WebSub/PubSubHubbub 3.0.3\n"
 "Report-Msgid-Bugs-To: "
 "https://wordpress.org/support/plugin/wordpress-pubsubhubbub\n"
-"POT-Creation-Date: 2019-02-10 21:23:48+00:00\n"
+"POT-Creation-Date: 2019-07-26 07:58:30+00:00\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
diff --git a/wp-content/plugins/pubsubhubbub/pubsubhubbub.php b/wp-content/plugins/pubsubhubbub/pubsubhubbub.php
index 6e980c9e7fefd00675042c4c04539e34ed1c328b..282818bce7395b6e62cd359d129554d13e6e9e4a 100755
--- a/wp-content/plugins/pubsubhubbub/pubsubhubbub.php
+++ b/wp-content/plugins/pubsubhubbub/pubsubhubbub.php
@@ -3,7 +3,7 @@
  * Plugin Name: WebSub/PubSubHubbub
  * Plugin URI: https://github.com/pubsubhubbub/wordpress-pubsubhubbub/
  * Description: A better way to tell the world when your blog is updated.
- * Version: 3.0.2
+ * Version: 3.0.3
  * Author: Matthias Pfefferle
  * Author URI: https://notiz.blog/
  * License: MIT
diff --git a/wp-content/plugins/pubsubhubbub/readme.txt b/wp-content/plugins/pubsubhubbub/readme.txt
index 21b66e201b1b8eea070f1a2b92c525f9eccb9d7e..f10ea3f6fba7da76c4c8a0184b12a640a839a045 100644
--- a/wp-content/plugins/pubsubhubbub/readme.txt
+++ b/wp-content/plugins/pubsubhubbub/readme.txt
@@ -3,14 +3,14 @@ Contributors: pfefferle, joshfraz
 Donate link: https://notiz.blog/donate/
 Tags: webhooks, websub, puhsubhubbub, pubsub, ping, push, indieweb, openweb, ostatus
 Requires at least: 4.5
-Tested up to: 5.1
-Stable tag: 3.0.2
+Tested up to: 5.2.2
+Stable tag: 3.0.3
 
 A better way to tell the world when your blog is updated.
 
 == Description ==
 
-This plugin is a simple way to let people know in real-time when your blog is updated.  PubSubHubbub/WebSub is widely adopted and is used by Google Reader, Google Alerts and many other services.  Subscription requests are relayed through hubs, which validate and verify the request. Hubs then distribute new and updated content to subscribers when it becomes available.
+This plugin is a simple way to let people know in real-time when your blog is updated.  PubSubHubbub/WebSub is widely adopted and is used by Google Alerts and many other services.  Subscription requests are relayed through hubs, which validate and verify the request. Hubs then distribute new and updated content to subscribers when it becomes available.
 
 This plugin:
 
@@ -73,6 +73,10 @@ A WebSub Subscriber is an implementation that discovers the hub and topic URL gi
 
 Project maintained on github at [pubsubhubbub/wordpress-pubsubhubbub](https://github.com/pubsubhubbub/wordpress-pubsubhubbub).
 
+= 3.0.3 =
+
+* update dependencies
+
 = 3.0.2 =
 
 * better `self-link` generator