Update xmlgraphics-commons to 2.6 (from 2.3)

Closes #648
This commit is contained in:
Stefan Seide 2021-03-05 16:29:36 +01:00 committed by Felix Schumacher
parent d10b0e54bc
commit 54f44f5991
4 changed files with 5 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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

1 30035 accessors-smart-1.2.jar
92 3154938 xalan-2.7.2.jar
93 1386502 xercesImpl-2.12.1.jar
94 220536 xml-apis-1.4.01.jar
95 671727 674607 xmlgraphics-commons-2.3.jar xmlgraphics-commons-2.6.jar
96 7188 xmlpull-1.1.3.1.jar
97 24956 xpp3_min-1.1.4c.jar
98 627848 xstream-1.4.15.jar

View File

@ -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 =================== -->