diff --git a/custom-queries-with-spring-data-jpa/pom.xml b/custom-queries-with-spring-data-jpa/pom.xml
old mode 100755
new mode 100644
index 93085c0..172902b
--- a/custom-queries-with-spring-data-jpa/pom.xml
+++ b/custom-queries-with-spring-data-jpa/pom.xml
@@ -33,7 +33,7 @@
             <groupId>com.h2database</groupId>
             <artifactId>h2</artifactId>
             <scope>runtime</scope>
-            <version>1.4.199</version>
+            <version>2.1.210</version>
         </dependency>
         <dependency>
             <groupId>org.projectlombok</groupId>