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 2019/09/29 20:22:00 UTC

[jmeter] branch master updated: Updated to ph-commons 9.3.7 (from 9.2.1), Updated to ph-css 6.2.0 (from 6.1.1)

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 58b571e  Updated to ph-commons 9.3.7 (from 9.2.1), Updated to ph-css 6.2.0 (from 6.1.1)
58b571e is described below

commit 58b571e33925989d5d1920d50416e863b12c36f3
Author: pmouawad <p....@ubik-ingenierie.com>
AuthorDate: Sun Sep 29 22:21:50 2019 +0200

    Updated to ph-commons 9.3.7 (from 9.2.1), Updated to ph-css 6.2.0 (from 6.1.1)
---
 gradle.properties | 4 ++--
 lib/aareadme.txt  | 4 ++--
 xdocs/changes.xml | 2 ++
 3 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/gradle.properties b/gradle.properties
index 2aad35e..96bdcf0 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -87,8 +87,8 @@ mina-core.version=2.0.19
 mongo-java-driver.version=2.11.3
 objenesis.version=2.6
 oro.version=2.0.8
-ph-commons.version=9.2.1
-ph-css.version=6.1.1
+ph-commons.version=9.3.7
+ph-css.version=6.2.0
 rhino.version=1.7.10
 rsyntaxtextarea.version=3.0.4
 Saxon-HE.version=9.9.1-1
diff --git a/lib/aareadme.txt b/lib/aareadme.txt
index 4468793..c25fbde 100644
--- a/lib/aareadme.txt
+++ b/lib/aareadme.txt
@@ -184,12 +184,12 @@ log4j2-2.12.1
 https://logging.apache.org/log4j/2.x/
 - Logging framework
 
-ph-css-6.1.1
+ph-css-6.2.0
 --------
 https://github.com/phax/ph-css
 - CssParser
 
-ph-commons-9.2.1
+ph-commons-9.3.7
 --------
 https://github.com/phax/ph-commons
 - CssParser
diff --git a/xdocs/changes.xml b/xdocs/changes.xml
index 7251c8b..ec2492d 100644
--- a/xdocs/changes.xml
+++ b/xdocs/changes.xml
@@ -144,6 +144,8 @@ to view the last release notes of version 5.1.1.
     <li>Updated to httpcore/httpcore-nio 4.12 (from 4.11)</li>
     <li>Updated to jodd 5.0.13 (from 5.0.6)</li>
     <li>Updated to log4j 2.12.1 (from 2.11.1)</li>
+    <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><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>