This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit 8e0ae5d66b33a51105779819b2df0fe821e22a99
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue May 24 21:07:25 2022 +0000
Bump h2 from 1.4.200 to 2.1.212
Bumps [h2](https://github.com/h2database/h2database) from 1.4.200 to
2.1.212.
- [Release notes](https://github.com/h2database/h2database/releases)
-
[Commits](https://github.com/h2database/h2database/compare/version-1.4.200...version-2.1.212)
---
updated-dependencies:
- dependency-name: com.h2database:h2
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index c37dc96e14..534f400d31 100644
--- a/pom.xml
+++ b/pom.xml
@@ -940,7 +940,7 @@
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
- <version>1.4.200</version>
+ <version>2.1.212</version>
</dependency>
<dependency>
<groupId>org.eclipse.persistence</groupId>