You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by pm...@apache.org on 2020/03/09 21:21:20 UTC

[jmeter] branch master updated: Updated rsyntaxtextarea to 3.1.0 from 3.0.8

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

pmouawad 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 18e6610  Updated rsyntaxtextarea to 3.1.0 from 3.0.8
18e6610 is described below

commit 18e66103fc7a36f55c75f569d57ed6ff515552c3
Author: pmouawad <p....@ubik-ingenierie.com>
AuthorDate: Mon Mar 9 22:21:07 2020 +0100

    Updated rsyntaxtextarea to 3.1.0 from 3.0.8
---
 gradle.properties | 2 +-
 xdocs/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gradle.properties b/gradle.properties
index d4a92fd..3824e74 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -108,7 +108,7 @@ oro.version=2.0.8
 ph-commons.version=9.3.9
 ph-css.version=6.2.1
 rhino.version=1.7.12
-rsyntaxtextarea.version=3.0.8
+rsyntaxtextarea.version=3.1.0
 Saxon-HE.version=9.9.1-7
 slf4j.version=1.7.30
 spock-core.version=1.2-groovy-2.4
diff --git a/xdocs/changes.xml b/xdocs/changes.xml
index 4e1ac7d..f666d2e 100644
--- a/xdocs/changes.xml
+++ b/xdocs/changes.xml
@@ -150,7 +150,7 @@ to view the last release notes of version 5.2.1.
     <li>Updated slf4j to 1.7.30 (from 1.7.28)</li>
     <li>Updated ph-commons to 9.3.9 (from 9.3.7)</li>
     <li>Updated ph-css to 6.2.1 (from 6.2.0)</li>
-    <li>Updated rsyntaxtextarea to 3.0.8 (from 3.0.4)</li>
+    <li>Updated rsyntaxtextarea to 3.1.0 (from 3.0.4)</li>
     <li>Updated rhino to 1.7.12 (from 1.7.11)</li>
     <li>Updated SaxonHE to 9.9.1-7 (from 9.9.1-5)</li>
     <li><pr>559</pr>Add a note to the source of TrustAllSSLSocketFactory, that it is not secure to trust everyone. Based on a PR from YYTVicky (yytvicky at github)</li>