diff --git a/Gemfile b/Gemfile
index 8d1de345edb6e1c3594628b0f55edb9aa1fd5420..bf896facdbfc8aa6304fb85f8a27ace54f0eab87 100644
--- a/Gemfile
+++ b/Gemfile
@@ -58,6 +58,6 @@ group :test do
 end
 
 group :production do
-  gem 'lograge', '~> 0.13.0'
+  gem 'lograge', '~> 0.14.0'
   gem 'remote_syslog_logger'
 end
diff --git a/Gemfile.lock b/Gemfile.lock
index 1142531a51d3fbf86c9866fa488eb6638bdbef8c..ac27fb6f66bd93957435c8e0f25d89b0bcfe5909 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -227,12 +227,12 @@ GEM
     jsonapi-renderer (0.2.2)
     jwt (2.7.0)
     language_server-protocol (3.17.0.3)
-    lograge (0.13.0)
+    lograge (0.14.0)
       actionpack (>= 4)
       activesupport (>= 4)
       railties (>= 4)
       request_store (~> 1.0)
-    loofah (2.21.3)
+    loofah (2.21.4)
       crass (~> 1.0.2)
       nokogiri (>= 1.12.0)
     mail (2.8.1)
@@ -463,7 +463,7 @@ GEM
       rexml
     xpath (3.2.0)
       nokogiri (~> 1.8)
-    zeitwerk (2.6.11)
+    zeitwerk (2.6.12)
 
 PLATFORMS
   ruby
@@ -491,7 +491,7 @@ DEPENDENCIES
   jbuilder
   jsbundling-rails (>= 1.2.0)
   jwt
-  lograge (~> 0.13.0)
+  lograge (~> 0.14.0)
   mini_magick (>= 4.9.5)
   omniauth (~> 2.1.0)
   omniauth-rails_csrf_protection (~> 1.0.1)