Upgrade dependencies

Change-Id: I314ff7efa980c3b803f714d487d9d7a4f33a8a30
diff --git a/t/plugin/auth-oauth.t b/t/plugin/auth-oauth.t
index a67b98b..667b8e1 100644
--- a/t/plugin/auth-oauth.t
+++ b/t/plugin/auth-oauth.t
@@ -1246,7 +1246,7 @@
 # Retest client with super_client_file
 my $client_file = tempfile;
 
-$client_file->spurt(
+$client_file->spew(
   '{"client_id":"2","client_secret":"k414m4r-s3cr3t"}'
 );