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 4e7a286  Updated to slf4j 1.7.28 (from 1.7.25)
4e7a286 is described below

commit 4e7a28622d4afc08e6eed0a273b00e8f2e4d146a
Author: pmouawad <[email protected]>
AuthorDate: Sun Sep 29 23:51:01 2019 +0200

    Updated to slf4j 1.7.28 (from 1.7.25)
---
 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 a3b648c..a94e5f3 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -92,7 +92,7 @@ ph-css.version=6.2.0
 rhino.version=1.7.11
 rsyntaxtextarea.version=3.0.4
 Saxon-HE.version=9.9.1-5
-slf4j.version=1.7.25
+slf4j.version=1.7.28
 spock-core.version=1.2-groovy-2.4
 springframework.version=4.3.17.RELEASE
 tika.version=1.22
diff --git a/lib/aareadme.txt b/lib/aareadme.txt
index c4b23de..0235b29 100644
--- a/lib/aareadme.txt
+++ b/lib/aareadme.txt
@@ -242,7 +242,7 @@ serialiser-2.7.1
 http://www.apache.org/dyn/closer.cgi/xml/xalan-j
 - xalan
 
-slf4j-api-1.7.25
+slf4j-api-1.7.28
 ----------------
 http://www.slf4j.org/
 - jodd-core
diff --git a/src/licenses/build.gradle.kts b/src/licenses/build.gradle.kts
index 512c12f..027843d 100644
--- a/src/licenses/build.gradle.kts
+++ b/src/licenses/build.gradle.kts
@@ -131,9 +131,9 @@ val gatherBinaryLicenses by 
tasks.registering(GatherLicenseTask::class) {
         effectiveLicense = SpdxLicense.MIT
     }
 
-    overrideLicense("org.slf4j:jcl-over-slf4j:1.7.25") {
+    overrideLicense("org.slf4j:jcl-over-slf4j:1.7.28") {
         expectedLicense = SpdxLicense.MIT
-        // See 
https://github.com/qos-ch/slf4j/blob/v_1.7.25/jcl-over-slf4j/LICENSE.txt
+        // See 
https://github.com/qos-ch/slf4j/blob/v_1.7.28/jcl-over-slf4j/LICENSE.txt
         effectiveLicense = SpdxLicense.Apache_2_0
     }
 
diff --git a/xdocs/changes.xml b/xdocs/changes.xml
index 2ba57cd..7c0e774 100644
--- a/xdocs/changes.xml
+++ b/xdocs/changes.xml
@@ -148,6 +148,7 @@ to view the last release notes of version 5.1.1.
     <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>Updated to slf4j 1.7.28 (from 1.7.25)</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>

Reply via email to