You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by fs...@apache.org on 2022/03/05 11:30:08 UTC

[jmeter] branch master updated: Reverted Update of hsqldb to 2.6.1 (the binary seems to be compiled with Java >8)

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

fschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git


The following commit(s) were added to refs/heads/master by this push:
     new b934138  Reverted Update of hsqldb to 2.6.1 (the binary seems to be compiled with Java >8)
b934138 is described below

commit b93413802408a6d66bc3adbf080ed5edce0dc749
Author: Felix Schumacher <fe...@internetallee.de>
AuthorDate: Sat Mar 5 12:29:57 2022 +0100

    Reverted Update of hsqldb to 2.6.1 (the binary seems to be compiled with Java >8)
---
 gradle.properties | 2 +-
 xdocs/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gradle.properties b/gradle.properties
index d08905e..77db884 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -92,7 +92,7 @@ geronimo-jms_1.1_spec.version=1.1.1
 groovy.version=3.0.9
 hamcrest.version=2.2
 hamcrest-date.version=2.0.8
-hsqldb.version=2.6.1
+hsqldb.version=2.5.2
 httpasyncclient.version=4.1.5
 httpclient.version=4.5.13
 httpcore-nio.version=4.4.15
diff --git a/xdocs/changes.xml b/xdocs/changes.xml
index 0dd8dfe..9d88b65 100644
--- a/xdocs/changes.xml
+++ b/xdocs/changes.xml
@@ -169,7 +169,7 @@ however, the profile can't be updated while the test is running.
   <li>Updated Apache commons-pool2 to 2.11.1 (from 2.9.0).</li>
   <li>Updated equalsverifier to 3.9 (from 3.4.2).</li>
   <li>Updated Apache Freemarker to 2.3.31 (from 2.3.30).</li>
-  <li>Updated hsqldb to 2.6.0 (from 2.5.0).</li>
+  <li>Updated hsqldb to 2.5.2 (from 2.5.0).</li>
   <li>Updated Apache HttpClient to 4.5.13 (from 4.5.12).</li>
   <li>Updated Apache HttpCore to 4.4.15 (from 4.4.13).</li>
   <li>Updated jacoco to 0.8.7 (from 0.8.5).</li>