This is an automated email from the ASF dual-hosted git repository. acosentino 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 d4bff31 Upgrade HsqldB to version 2.6.1 d4bff31 is described below commit d4bff31d224740d89a47ceba056c7a84c54990b5 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Fri Jan 28 11:41:47 2022 +0100 Upgrade HsqldB to version 2.6.1 --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index 1f4b204..c5e75b1 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -239,7 +239,7 @@ <hibernate-validator-version>6.2.0.Final</hibernate-validator-version> <hibernate-version>5.4.32.Final</hibernate-version> <hk2-version>2.6.1</hk2-version> - <hsqldb-version>2.5.1</hsqldb-version> + <hsqldb-version>2.6.1</hsqldb-version> <htrace-version>3.1.0-incubating</htrace-version> <httpunit-version>1.7</httpunit-version> <httpcore4-version>4.4.15</httpcore4-version>