You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by fs...@apache.org on 2021/03/05 15:57:46 UTC

[jmeter] branch master updated: Update xmlgraphics-commons to 2.6 (from 2.3)

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 54f44f5  Update xmlgraphics-commons to 2.6 (from 2.3)
54f44f5 is described below

commit 54f44f5991f5b0d1c2fd0fb724196f1b235523c3
Author: Stefan Seide <ac...@seide.st>
AuthorDate: Fri Mar 5 16:29:36 2021 +0100

    Update xmlgraphics-commons to 2.6 (from 2.3)
    
    Closes #648
---
 gradle.properties                           | 2 +-
 lib/aareadme.txt                            | 4 ++--
 src/dist/src/dist/expected_release_jars.csv | 2 +-
 xdocs/changes.xml                           | 1 +
 4 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/gradle.properties b/gradle.properties
index 92231b6..14c896c 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -128,7 +128,7 @@ tika.version=1.24.1
 xalan.version=2.7.2
 xercesImpl.version=2.12.1
 xml-apis.version=1.4.01
-xmlgraphics-commons.version=2.3
+xmlgraphics-commons.version=2.6
 xmlpull.version=1.1.3.1
 xpp3_min.version=1.1.4c
 xstream.version=1.4.15
diff --git a/lib/aareadme.txt b/lib/aareadme.txt
index 924c4c8..ee01ff8 100644
--- a/lib/aareadme.txt
+++ b/lib/aareadme.txt
@@ -44,7 +44,7 @@ https://github.com/ben-manes/caffeine/
 commons-codec-1.13
 -----------------
 http://commons.apache.org/downloads/download_codec.cgi
-- Used by ProxyControl and JSR223Test Element for Base64 and md5 
+- Used by ProxyControl and JSR223Test Element for Base64 and md5
 
 commons-collections-3.2.2
 -------------------------
@@ -287,7 +287,7 @@ http://xerces.apache.org/xerces2-j/download.cgi
 
 The x* jars above are used for XML handling
 
-xmlgraphics-commons-2.3 (org.apache.xmlgraphics.image.codec)
+xmlgraphics-commons-2.6 (org.apache.xmlgraphics.image.codec)
 ------------------
 http://xmlgraphics.apache.org/commons/download.html
 - SaveGraphicsService
diff --git a/src/dist/src/dist/expected_release_jars.csv b/src/dist/src/dist/expected_release_jars.csv
index 257d31b..715ed39 100644
--- a/src/dist/src/dist/expected_release_jars.csv
+++ b/src/dist/src/dist/expected_release_jars.csv
@@ -92,7 +92,7 @@
 3154938,xalan-2.7.2.jar
 1386502,xercesImpl-2.12.1.jar
 220536,xml-apis-1.4.01.jar
-671727,xmlgraphics-commons-2.3.jar
+674607,xmlgraphics-commons-2.6.jar
 7188,xmlpull-1.1.3.1.jar
 24956,xpp3_min-1.1.4c.jar
 627848,xstream-1.4.15.jar
diff --git a/xdocs/changes.xml b/xdocs/changes.xml
index d4554c3..1075246 100644
--- a/xdocs/changes.xml
+++ b/xdocs/changes.xml
@@ -119,6 +119,7 @@ Summary
 <ch_section>Non-functional changes</ch_section>
 <ul>
   <li><bug>65128</bug><pr>643</pr>Add missing documentation about <code>Same user on each iteration</code> for Thread Groups. Contributed by njkuzas.</li>
+  <li>Updated xmlgraphics-commons to 2.6 (from 2.3)</li>
 </ul>
 
  <!-- =================== Bug fixes =================== -->