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
commit de94417d5d0347d8f6d80d532185498a609c201d Author: Felix Schumacher <[email protected]> AuthorDate: Sat Mar 5 13:02:18 2022 +0100 Updated Neo4j Java driver to 4.4.4 --- gradle.properties | 2 +- xdocs/changes.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 1e3d312..03de6e6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -120,7 +120,7 @@ mail.version=1.5.0-b01 miglayout.version=5.3 mina-core.version=2.1.6 mongo-java-driver.version=2.11.3 -neo4j-java-driver.version=4.3.3 +neo4j-java-driver.version=4.4.3 objenesis.version=3.2 oro.version=2.0.8 ph-commons.version=10.1.2 diff --git a/xdocs/changes.xml b/xdocs/changes.xml index 73639a1..18c7657 100644 --- a/xdocs/changes.xml +++ b/xdocs/changes.xml @@ -178,7 +178,7 @@ however, the profile can't be updated while the test is running. <li>Updated JUnit to 4.13.2 and 5.8.2 (from 4.13.1 and 5.7.0).</li> <li>Updated Apache log4j2 to 2.17.2 (from 2.13.3).</li> <li>Updated Miglayout to 5.3 (from 5.2).</li> - <li>Updated Neo4j Java driver to 4.3.3 (from 4.2.0).</li> + <li>Updated Neo4j Java driver to 4.4.4 (from 4.2.0).</li> <li>Updated Objenesis to 3.2 (from 2.6).</li> <li>Updated ktlint to 0.40.0</li> <li>Updated PH CSS and PH commons to 6.3.4 and 9.5.5 (from 6.2.3 and 9.5.1).</li>
