Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions lib/aareadme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
-------------------------
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/dist/src/dist/expected_release_jars.csv
Original file line number Diff line number Diff line change
Expand Up @@ -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 change: 1 addition & 0 deletions xdocs/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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 =================== -->
Expand Down