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"}'
 );
 
diff --git a/t/plugin/plugins.t b/t/plugin/plugins.t
index eb8b2a2..2c3f258 100644
--- a/t/plugin/plugins.t
+++ b/t/plugin/plugins.t
@@ -8,7 +8,7 @@
 
 my $temp = tempfile();
 
-$temp->spurt(<<SCRIPT);
+$temp->spew(<<SCRIPT);
 [{
   "name" : "Export",
   "desc" : "Exports Kalamar results",