From ff5b85e0bc3ac3efeab0d4fb4bbb85aecc4ba9dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jul 2023 21:46:31 +0000 Subject: [PATCH] Bump h2 from 1.4.199 to 2.2.220 in /custom-queries-with-spring-data-jpa Bumps [h2](https://github.com/h2database/h2database) from 1.4.199 to 2.2.220. - [Release notes](https://github.com/h2database/h2database/releases) - [Commits](https://github.com/h2database/h2database/compare/version-1.4.199...version-2.2.220) --- 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..7f3f278 --- 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.2.220 org.projectlombok