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 8147820 Updated to Saxon-HE 9.9.1-5 (from 9.9.1-1)
8147820 is described below
commit 81478208bac2a2023ed621b77113c054606a3f3b
Author: pmouawad <[email protected]>
AuthorDate: Sun Sep 29 22:30:42 2019 +0200
Updated to Saxon-HE 9.9.1-5 (from 9.9.1-1)
---
gradle.properties | 2 +-
lib/aareadme.txt | 2 +-
src/licenses/build.gradle.kts | 2 +-
xdocs/changes.xml | 1 +
4 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/gradle.properties b/gradle.properties
index dbdefef..a3b648c 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -91,7 +91,7 @@ ph-commons.version=9.3.7
ph-css.version=6.2.0
rhino.version=1.7.11
rsyntaxtextarea.version=3.0.4
-Saxon-HE.version=9.9.1-1
+Saxon-HE.version=9.9.1-5
slf4j.version=1.7.25
spock-core.version=1.2-groovy-2.4
springframework.version=4.3.17.RELEASE
diff --git a/lib/aareadme.txt b/lib/aareadme.txt
index 7b4e643..c4b23de 100644
--- a/lib/aareadme.txt
+++ b/lib/aareadme.txt
@@ -258,7 +258,7 @@ commons-dbcp2-2.5.0 (org.apache.commons.dbcp2)
--------------------------
- DataSourceElement (JDBC)
-Saxon-HE-9.9.1-1 (net.sf.saxon)
+Saxon-HE-9.9.1-5 (net.sf.saxon)
--------------------------
- XPath2Extractor (XML)
diff --git a/src/licenses/build.gradle.kts b/src/licenses/build.gradle.kts
index 0fc2900..512c12f 100644
--- a/src/licenses/build.gradle.kts
+++ b/src/licenses/build.gradle.kts
@@ -141,7 +141,7 @@ val gatherBinaryLicenses by
tasks.registering(GatherLicenseTask::class) {
expectedLicense = SpdxLicense.MIT
}
- overrideLicense("net.sf.saxon:Saxon-HE:9.9.1-1") {
+ overrideLicense("net.sf.saxon:Saxon-HE:9.9.1-5") {
expectedLicense = SpdxLicense.MPL_2_0
}
diff --git a/xdocs/changes.xml b/xdocs/changes.xml
index dd19b56..2ba57cd 100644
--- a/xdocs/changes.xml
+++ b/xdocs/changes.xml
@@ -147,6 +147,7 @@ to view the last release notes of version 5.1.1.
<li>Updated to ph-commons 9.3.7 (from 9.2.1)</li>
<li>Updated to ph-css 6.2.0 (from 6.1.1)</li>
<li>Updated to Mozilla Rhino 1.7.11 (from 1.7.10)</li>
+ <li>Updated to Saxon-HE 9.9.1-5 (from 9.9.1-1)</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>