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 6225db8b51f8e4b074cda7fceb1f0098da55dc68 Author: Felix Schumacher <[email protected]> AuthorDate: Fri Aug 13 15:16:51 2021 +0200 Update RSyntaxTextArea to 3.1.3 --- gradle.properties | 2 +- src/dist/src/dist/expected_release_jars.csv | 2 +- xdocs/changes.xml | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 62a0a20..c8c4d09 100644 --- a/gradle.properties +++ b/gradle.properties @@ -118,7 +118,7 @@ oro.version=2.0.8 ph-commons.version=10.1.2 ph-css.version=6.3.4 rhino.version=1.7.13 -rsyntaxtextarea.version=3.1.1 +rsyntaxtextarea.version=3.1.3 Saxon-HE.version=9.9.1-8 slf4j.version=1.7.30 spock-core.version=2.0-M2-groovy-3.0 diff --git a/src/dist/src/dist/expected_release_jars.csv b/src/dist/src/dist/expected_release_jars.csv index 7924a73..e2d9e49 100644 --- a/src/dist/src/dist/expected_release_jars.csv +++ b/src/dist/src/dist/expected_release_jars.csv @@ -82,7 +82,7 @@ 506616,ph-css-6.3.4.jar 11369,reactive-streams-1.0.3.jar 1315838,rhino-1.7.13.jar -1196575,rsyntaxtextarea-3.1.1.jar +1242230,rsyntaxtextarea-3.1.3.jar 5506669,Saxon-HE-9.9.1-8.jar 276420,serializer-2.7.2.jar 41472,slf4j-api-1.7.30.jar diff --git a/xdocs/changes.xml b/xdocs/changes.xml index ea6dff9..c27f24b 100644 --- a/xdocs/changes.xml +++ b/xdocs/changes.xml @@ -163,6 +163,7 @@ Summary <li>Updated Neo4j Java driver to 4.3.3 (from 4.2.0).</li> <li>Updated Objenesis to 3.2 (from 2.6).</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> + <li>Updated RSyntaxTextArea to 3.1.3 (from 3.1.1).</li> </ul> <!-- =================== Bug fixes =================== -->
