From a4fea95f84e20da04f39527cf69d65e7710870e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Dec 2021 20:18:24 +0000 Subject: [PATCH] Bump h2 from 1.4.199 to 2.0.202 in /custom-queries-with-spring-data-jpa Bumps [h2](https://github.com/h2database/h2database) from 1.4.199 to 2.0.202. - [Release notes](https://github.com/h2database/h2database/releases) - [Commits](https://github.com/h2database/h2database/compare/version-1.4.199...version-2.0.202) --- updated-dependencies: - dependency-name: com.h2database:h2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- custom-queries-with-spring-data-jpa/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 custom-queries-with-spring-data-jpa/pom.xml 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..10d9632 --- a/custom-queries-with-spring-data-jpa/pom.xml +++ b/custom-queries-with-spring-data-jpa/pom.xml @@ -33,7 +33,7 @@ com.h2database h2 runtime - 1.4.199 + 2.0.202 org.projectlombok