This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch 2.x in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/2.x by this push: new f9c358cfcb Bump h2 from 2.1.214 to 2.2.220 (#1544) f9c358cfcb is described below commit f9c358cfcb253ef66cd09f49810b15a4c8148c7e Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Mon Jul 17 19:14:31 2023 +0000 Bump h2 from 2.1.214 to 2.2.220 (#1544) Bumps [h2](https://github.com/h2database/h2database) from 2.1.214 to 2.2.220. - [Release notes](https://github.com/h2database/h2database/releases) - [Commits](https://github.com/h2database/h2database/compare/version-2.1.214...version-2.2.220) --- updated-dependencies: - dependency-name: com.h2database:h2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d159d134c9..f3442d2dda 100644 --- a/pom.xml +++ b/pom.xml @@ -404,7 +404,7 @@ <flume.version>1.11.0</flume.version> <groovy.version>3.0.15</groovy.version> <guava.version>31.1-jre</guava.version> - <h2.version>2.1.214</h2.version> + <h2.version>2.2.220</h2.version> <hadoop.version>1.2.1</hadoop.version> <hamcrest.version>2.2</hamcrest.version> <HdrHistogram.version>2.1.12</HdrHistogram.version>