This is an automated email from the ASF dual-hosted git repository.

fschumacher 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 fb557d548d Update Apache commons-text to 1.10.0 (from 1.9)
fb557d548d is described below

commit fb557d548d829812591d041fe8218f87d857e0c5
Author: Felix Schumacher <[email protected]>
AuthorDate: Thu Oct 20 18:53:45 2022 +0200

    Update Apache commons-text to 1.10.0 (from 1.9)
    
    The CVE (https://nvd.nist.gov/vuln/detail/CVE-2022-42889)
    doesn't concern us, as we are not using the affected class StringSubstitutor
    in our code.
    
    But it is always a good idea, to keep our dependencies up to date.
    
    Fixes #5718
---
 gradle.properties                           | 2 +-
 src/dist/src/dist/expected_release_jars.csv | 2 +-
 xdocs/changes.xml                           | 1 +
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/gradle.properties b/gradle.properties
index 87324f2475..4c810271a8 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -79,7 +79,7 @@ commons-logging.version=1.2
 commons-math3.version=3.6.1
 commons-net.version=3.8.0
 commons-pool2.version=2.11.1
-commons-text.version=1.9
+commons-text.version=1.10.0
 darklaf.version=2.7.3
 darklaf.extensions.version=0.3.4
 dec.version=0.1.2
diff --git a/src/dist/src/dist/expected_release_jars.csv 
b/src/dist/src/dist/expected_release_jars.csv
index c032b63b41..be292924c5 100644
--- a/src/dist/src/dist/expected_release_jars.csv
+++ b/src/dist/src/dist/expected_release_jars.csv
@@ -37,7 +37,7 @@
 2213560,commons-math3-3.6.1.jar
 307305,commons-net-3.8.0.jar
 145516,commons-pool2-2.11.1.jar
-216211,commons-text-1.9.jar
+238400,commons-text-1.10.0.jar
 1547509,darklaf-core-2.7.3.jar
 20650,darklaf-extensions-rsyntaxarea-0.3.4.jar
 93477,darklaf-macos-2.7.3.jar
diff --git a/xdocs/changes.xml b/xdocs/changes.xml
index cf5e9f23bb..19b13dceb0 100644
--- a/xdocs/changes.xml
+++ b/xdocs/changes.xml
@@ -104,6 +104,7 @@ Summary
   <li><pr>725</pr>Add Chinese Simplified Translation for Open Model Thread 
Group</li>
   <li><pr>5710</pr>Add GitHub Issue templates</li>
   <li><pr>5713</pr>Update Spock to 2.2-groovy-3.0 (from 2.1-groovy-3.0)</li>
+  <li><issue>5718</issue>Update Apache commons-text to 1.10.0 (from 1.9)</li>
 </ul>
 
  <!-- =================== Bug fixes =================== -->

Reply via email to