diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 6433e5adaed32bcf449feb9b2c913da26680d0ac..03a0f49db2a9fe881c8837661ef1736987a2b337 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -2,7 +2,7 @@ ci:
     autoupdate_branch: 'devel'
 repos:
 -   repo: https://github.com/pre-commit/mirrors-clang-format
-    rev: v14.0.4-1
+    rev: v14.0.5
     hooks:
     -   id: clang-format
         args: [--style=Google]