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 0060af9 Updated hsqldb to 2.5.0 (from 2.4.1) 0060af9 is described below commit 0060af9f4a19c8ffa235156b18eacd15dbdd904c Author: Felix Schumacher AuthorDate: Sun Feb 16 21:04:25 2020 +0100 Updated hsqldb to 2.5.0 (from 2.4.1) --- gradle.properties | 2 +- xdocs/changes.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 50ebd74..8dce8c7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -77,7 +77,7 @@ geronimo-jms_1.1_spec.version=1.1.1 groovy-all.version=2.4.18 hamcrest.version=2.1 hamcrest-date.version=2.0.4 -hsqldb.version=2.4.1 +hsqldb.version=2.5.0 httpasyncclient.version=4.1.4 httpclient.version=4.5.10 httpcore-nio.version=4.4.12 diff --git a/xdocs/changes.xml b/xdocs/changes.xml index af2d294..c859e02 100644 --- a/xdocs/changes.xml +++ b/xdocs/changes.xml @@ -134,6 +134,7 @@ to view the last release notes of version 5.2.1.
  • Updated Apache commons-pool to 2.8.0 (from 2.7.0)
  • Updated equalsverifier to 3.1.9 (from 3.1.12)
  • Updated Apache Groovy to 2.4.18 (from 2.4.16)
  • +
  • Updated hsqldb to 2.5.0 (from 2.4.1)