You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2023/01/17 02:33:04 UTC

[cxf] branch 3.6.x-fixes updated: Revert "Bump hsqldb from 2.6.1 to 2.7.1 (#1069)"

This is an automated email from the ASF dual-hosted git repository.

reta pushed a commit to branch 3.6.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/3.6.x-fixes by this push:
     new 6492db36e2 Revert "Bump hsqldb from 2.6.1 to 2.7.1 (#1069)"
6492db36e2 is described below

commit 6492db36e2a282e334e0b5304c1c8348ead826a2
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Mon Jan 16 21:32:30 2023 -0500

    Revert "Bump hsqldb from 2.6.1 to 2.7.1 (#1069)"
    
    This reverts commit bb201d414c49b727865e004db0a6f28d125ad879.
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 3022672917..ec27cd90e5 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -119,7 +119,7 @@
         <cxf.hazelcast.version>5.2.1</cxf.hazelcast.version>
         <cxf.hibernate.em.version>5.6.14.Final</cxf.hibernate.em.version>
         <cxf.hibernate.validator.version>6.2.5.Final</cxf.hibernate.validator.version>
-        <cxf.hsqldb.version>2.7.1</cxf.hsqldb.version>
+        <cxf.hsqldb.version>2.5.0</cxf.hsqldb.version>
         <cxf.httpcomponents.asyncclient.version.range>[4.0,4.2)</cxf.httpcomponents.asyncclient.version.range>
         <cxf.httpcomponents.asyncclient.version>4.1.5</cxf.httpcomponents.asyncclient.version>
         <cxf.httpcomponents.client.version>4.5.13</cxf.httpcomponents.client.version>