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 5853ca1 Updated to rsyntaxtextarea 3.0.4 (from 3.0.2)
5853ca1 is described below
commit 5853ca127dd37005fafe3888798887e96ac6337f
Author: pmouawad <[email protected]>
AuthorDate: Sun Sep 29 21:39:21 2019 +0200
Updated to rsyntaxtextarea 3.0.4 (from 3.0.2)
---
gradle.properties | 2 +-
lib/aareadme.txt | 2 +-
src/licenses/build.gradle.kts | 4 ++--
xdocs/changes.xml | 1 +
4 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/gradle.properties b/gradle.properties
index 8c72891..ca3226a 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -90,7 +90,7 @@ oro.version=2.0.8
ph-commons.version=9.2.1
ph-css.version=6.1.1
rhino.version=1.7.10
-rsyntaxtextarea.version=3.0.2
+rsyntaxtextarea.version=3.0.4
Saxon-HE.version=9.9.1-1
slf4j.version=1.7.25
spock-core.version=1.2-groovy-2.4
diff --git a/lib/aareadme.txt b/lib/aareadme.txt
index 3555682..5557f5a 100644
--- a/lib/aareadme.txt
+++ b/lib/aareadme.txt
@@ -232,7 +232,7 @@ oro-2.0.8
http://jakarta.apache.org/site/downloads/downloads_oro.cgi
- regular expressions: various
-rsyntaxtextarea-3.0.2
+rsyntaxtextarea-3.0.4
---------------------
http://fifesoft.com/rsyntaxtextarea/
- syntax coloration
diff --git a/src/licenses/build.gradle.kts b/src/licenses/build.gradle.kts
index 5fe4bea..5b1ec38 100644
--- a/src/licenses/build.gradle.kts
+++ b/src/licenses/build.gradle.kts
@@ -83,11 +83,11 @@ val gatherBinaryLicenses by
tasks.registering(GatherLicenseTask::class) {
effectiveLicense = SpdxLicense.BSD_2_Clause
}
- overrideLicense("com.fifesoft:rsyntaxtextarea:3.0.2") {
+ overrideLicense("com.fifesoft:rsyntaxtextarea:3.0.4") {
// https://github.com/bobbylight/RSyntaxTextArea/issues/299
expectedLicense = SimpleLicense(
"Modified BSD License",
-
uri("http://fifesoft.com/rsyntaxtextarea/RSyntaxTextArea.License.txt")
+
uri("https://github.com/bobbylight/RSyntaxTextArea/blob/master/RSyntaxTextArea/src/main/resources/META-INF/LICENSE")
)
effectiveLicense = SpdxLicense.BSD_3_Clause
}
diff --git a/xdocs/changes.xml b/xdocs/changes.xml
index d19f3a3..fbcfe85 100644
--- a/xdocs/changes.xml
+++ b/xdocs/changes.xml
@@ -134,6 +134,7 @@ to view the last release notes of version 5.1.1.
<li>Updated to httpclient/httpmime 4.5.8 (from 4.5.7)</li>
<li>Updated to dnsjava 2.1.9 (from 2.1.8)</li>
<li>Updated to jsoup 1.12.1 (from 1.11.3)</li>
+ <li>Updated to rsyntaxtextarea 3.0.4 (from 3.0.2)</li>
<li><bug>63396</bug>JSR223 Test Elements: Description of Parameters is
misleading, same for Script</li>
<li><bug>63480</bug>XPathAssertion and XPathAssertion2: Improve test
coverage for input coming from variable. Contributed by Ubik Load Pack (support
at ubikloadpack.com)</li>
<li><bug>63452</bug>Tools / Import from cURL: Complete coverage of all
command line options that are valid in JMeter use case. Contributed by Ubik
Load Pack (support at ubikloadpack.com)</li>