This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push: new 5a67836e8a3 chore(deps): Bump com.h2database:h2 from 2.2.224 to 2.3.232 (#16120) 5a67836e8a3 is described below commit 5a67836e8a39bfc8089c44c6b745eff4c5d109d2 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Wed Oct 30 09:16:49 2024 +0100 chore(deps): Bump com.h2database:h2 from 2.2.224 to 2.3.232 (#16120) Bumps [com.h2database:h2](https://github.com/h2database/h2database) from 2.2.224 to 2.3.232. - [Release notes](https://github.com/h2database/h2database/releases) - [Commits](https://github.com/h2database/h2database/compare/version-2.2.224...version-2.3.232) --- updated-dependencies: - dependency-name: com.h2database:h2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index fd9bb49599b..c77c7763955 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -205,7 +205,7 @@ <gson-version>2.11.0</gson-version> <guava-version>33.3.1-jre</guava-version> <guice3-version>3.0</guice3-version> - <h2-version>2.2.224</h2-version> + <h2-version>2.3.232</h2-version> <hadoop3-version>3.4.1</hadoop3-version> <hamcrest-version>3.0</hamcrest-version> <hapi-version>2.5.1</hapi-version>