From 12fb84863106fb34ea42646fd35feb92fad7f6a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jul 2023 21:44:24 +0000 Subject: [PATCH] Bump h2 from 1.4.197 to 2.2.220 Bumps [h2](https://github.com/h2database/h2database) from 1.4.197 to 2.2.220. - [Release notes](https://github.com/h2database/h2database/releases) - [Commits](https://github.com/h2database/h2database/compare/version-1.4.197...version-2.2.220) --- updated-dependencies: - dependency-name: com.h2database:h2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- model/jpa/pom.xml | 2 +- pom.xml | 2 +- testsuite/integration-arquillian/pom.xml | 2 +- testsuite/model/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) mode change 100755 => 100644 model/jpa/pom.xml diff --git a/model/jpa/pom.xml b/model/jpa/pom.xml old mode 100755 new mode 100644 index 208b41bc6605..ef4e5391a3c8 --- a/model/jpa/pom.xml +++ b/model/jpa/pom.xml @@ -37,7 +37,7 @@ jdbc:h2:mem:test;MVCC=TRUE;DB_CLOSE_DELAY=-1 com.h2database h2 - ${h2.version} + 2.2.220 file:${project.build.directory}/dependency/log4j.properties diff --git a/pom.xml b/pom.xml index adee7393e445..7d43d957151b 100644 --- a/pom.xml +++ b/pom.xml @@ -73,7 +73,7 @@ 3.3.10 3.3.10 2.1.3 - 1.4.197 + 2.2.220 2.2.3 5.3.20.Final 5.3.20.Final diff --git a/testsuite/integration-arquillian/pom.xml b/testsuite/integration-arquillian/pom.xml index e2fbdb54309e..9b955b4e261a 100644 --- a/testsuite/integration-arquillian/pom.xml +++ b/testsuite/integration-arquillian/pom.xml @@ -80,7 +80,7 @@ com.h2database h2 - ${h2.version} + 2.2.220 DEFAULT diff --git a/testsuite/model/pom.xml b/testsuite/model/pom.xml index 393ea7a5070b..7cba577164f6 100644 --- a/testsuite/model/pom.xml +++ b/testsuite/model/pom.xml @@ -22,7 +22,7 @@ jdbc:h2:mem:test;MVCC=TRUE;DB_CLOSE_DELAY=-1 com.h2database h2 - ${h2.version} + 2.2.220 file:${project.build.directory}/dependency/log4j.properties true disabled