Update dependency on Mojolicious

Change-Id: I99145cd4e2f8ecbca8440d231229217bccb6d467
diff --git a/Changes b/Changes
index 2b4f254..514b7f9 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,7 @@
-0.66 2026-07-03
+0.66 2026-07-15
         - Fix link to NEGRA corpus (diewald)
         - Use M::P::Localize from CPAN (diewald)
+        - Update dependency to Mojolicious (diewald)
 
 0.65 2026-04-21
         - Expose colors and forms to plugins (diewald)
diff --git a/Makefile.PL b/Makefile.PL
index ea02191..bc5040c 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -17,7 +17,7 @@
   },
   LICENSE      => 'freebsd',
   PREREQ_PM => {
-    'Mojolicious' => '9.43',
+    'Mojolicious' => '9.48',
     'Mojolicious::Plugin::TagHelpers::Pagination' => 0.10,
     'Mojolicious::Plugin::TagHelpers::MailToChiffre' => 0.13,
     'Mojolicious::Plugin::ClosedRedirect' => 0.15,