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:13:47 UTC

[jmeter] branch master updated: Updated to jodd 5.0.13 (from 5.0.6)

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 78f5070  Updated to jodd 5.0.13 (from 5.0.6)
78f5070 is described below

commit 78f5070451d2181efac75675ca986ad62cbf632a
Author: pmouawad <p....@ubik-ingenierie.com>
AuthorDate: Sun Sep 29 22:13:37 2019 +0200

    Updated to jodd 5.0.13 (from 5.0.6)
---
 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 e64a6e9..c8c7588 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -74,7 +74,7 @@ jcharts.version=0.7.5
 jdom.version=1.1.3
 jmespath-core.version=0.3.0
 jmespath-jackson.version=0.3.0
-jodd.version=5.0.6
+jodd.version=5.0.13
 json-path.version=2.4.0
 json-smart.version=2.3
 jsoup.version=1.12.1
diff --git a/lib/aareadme.txt b/lib/aareadme.txt
index 7b30820..e9265f4 100644
--- a/lib/aareadme.txt
+++ b/lib/aareadme.txt
@@ -142,7 +142,7 @@ jdom-1.1.3
 http://www.jdom.org/downloads/index.html
 - Anakia
 
-jodd-core-5.0.6
+jodd-core-5.0.13
 --------
 http://www.jodd.org/
 - CSS/JQuery like extractor dependency
diff --git a/src/licenses/build.gradle.kts b/src/licenses/build.gradle.kts
index 5b1ec38..e03d5a1 100644
--- a/src/licenses/build.gradle.kts
+++ b/src/licenses/build.gradle.kts
@@ -106,7 +106,7 @@ val gatherBinaryLicenses by tasks.registering(GatherLicenseTask::class) {
     }
 
     for (jodd in listOf("jodd-core", "jodd-lagarto", "jodd-log", "jodd-props")) {
-        overrideLicense("org.jodd:$jodd:5.0.6") {
+        overrideLicense("org.jodd:$jodd:5.0.13") {
             expectedLicense = SpdxLicense.BSD_2_Clause // SimpleLicense("The BSD 2-Clause License", uri("http://jodd.org/license.html"))
             licenseFiles = "jodd"
         }
diff --git a/xdocs/changes.xml b/xdocs/changes.xml
index 7a88f1d..8e49b90 100644
--- a/xdocs/changes.xml
+++ b/xdocs/changes.xml
@@ -142,6 +142,7 @@ to view the last release notes of version 5.1.1.
     <li>Updated to commons-text 1.8 (from 1.6)</li>
     <li>Updated to freemarker 2.3.29 (from 2.3.28)</li>
     <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><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>