diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 77e945f6376b6b47fbaf51c6c42e532a7d36e1e3..ed46bf6499f37072fe1383c44c6f47759fa75262 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.1
+    rev: v14.0.3
     hooks:
     -   id: clang-format
         args: ['-i', '--style={BasedOnStyle: Google, SortIncludes: false}']