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 500b6bed818d5be990b4e1f910e2ec160f7864e0 Author: Felix Schumacher <[email protected]> AuthorDate: Sat Mar 5 15:17:58 2022 +0100 Updated RSyntaxTextArea to 3.1.6 --- gradle.properties | 2 +- src/dist/src/dist/expected_release_jars.csv | 2 +- xdocs/changes.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle.properties b/gradle.properties index 042d0f5..6231653 100644 --- a/gradle.properties +++ b/gradle.properties @@ -126,7 +126,7 @@ oro.version=2.0.8 ph-commons.version=10.1.6 ph-css.version=6.5.0 rhino.version=1.7.13 -rsyntaxtextarea.version=3.1.3 +rsyntaxtextarea.version=3.1.6 Saxon-HE.version=9.9.1-8 slf4j.version=1.7.32 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 9bd2899..855ceb1 100644 --- a/src/dist/src/dist/expected_release_jars.csv +++ b/src/dist/src/dist/expected_release_jars.csv @@ -114,7 +114,7 @@ 749095,plot-config-portable-jvm-2.2.1.jar 11369,reactive-streams-1.0.3.jar 1315838,rhino-1.7.13.jar -1242230,rsyntaxtextarea-3.1.3.jar +1245900,rsyntaxtextarea-3.1.6.jar 5506669,Saxon-HE-9.9.1-8.jar 276420,serializer-2.7.2.jar 41513,slf4j-api-1.7.32.jar diff --git a/xdocs/changes.xml b/xdocs/changes.xml index 9bb5ecb..3ffe9d2 100644 --- a/xdocs/changes.xml +++ b/xdocs/changes.xml @@ -182,7 +182,7 @@ however, the profile can't be updated while the test is running. <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.5.4 and 10.1.6 (from 6.2.3 and 9.5.1).</li> - <li>Updated RSyntaxTextArea to 3.1.3 (from 3.1.1).</li> + <li>Updated RSyntaxTextArea to 3.1.6 (from 3.1.1).</li> <li>Updated SLF4J to 1.7.32 (from 1.7.30).</li> <li>Updated SvgSalamander to 1.1.2.4 (from 1.1.2.1).</li> <li><pr>698</pr>Updated Apache Tika to 1.28.1 (from 1.26).</li>
