View | Details | Raw Unified | Return to bug 65456
Collapse All | Expand All

(-)a/checksum.xml (+1 lines)
Lines 84-89 Link Here
84
    <trusted-key id='9daadc1c9fcc82d0' group='org.apache.commons' />
84
    <trusted-key id='9daadc1c9fcc82d0' group='org.apache.commons' />
85
    <trusted-key id='a2115ae15f6b8b72' group='org.apache.commons' />
85
    <trusted-key id='a2115ae15f6b8b72' group='org.apache.commons' />
86
    <trusted-key id='f513c419e4b9d0ac' group='org.apache.commons' />
86
    <trusted-key id='f513c419e4b9d0ac' group='org.apache.commons' />
87
	<trusted-key id='4e066e0459cd109b' group='org.apache.commons' />
87
    <trusted-key id='31474e5e7c6b7034' group='org.apache.ftpserver' />
88
    <trusted-key id='31474e5e7c6b7034' group='org.apache.ftpserver' />
88
    <trusted-key id='cbaebe39a46c4ca1' group='org.apache.geronimo.specs' />
89
    <trusted-key id='cbaebe39a46c4ca1' group='org.apache.geronimo.specs' />
89
    <trusted-key id='ecdfea3cb4493b94' group='org.apache.geronimo.specs' />
90
    <trusted-key id='ecdfea3cb4493b94' group='org.apache.geronimo.specs' />
(-)a/gradle.properties (-1 / +1 lines)
Lines 59-65 commons-collections.version=3.2.2 Link Here
59
commons-dbcp2.version=2.7.0
59
commons-dbcp2.version=2.7.0
60
commons-io.version=2.6
60
commons-io.version=2.6
61
commons-jexl.version=2.1.1
61
commons-jexl.version=2.1.1
62
commons-jexl3.version=3.1
62
commons-jexl3.version=3.2.1
63
commons-lang.version=2.6
63
commons-lang.version=2.6
64
commons-lang3.version=3.10
64
commons-lang3.version=3.10
65
commons-math3.version=3.6.1
65
commons-math3.version=3.6.1
(-)a/xdocs/changes.xml (+3 lines)
Lines 120-125 Summary Link Here
120
    <li><pr>591</pr>Remove deprecated sudo flag from travis file. .Deng Liming (liming.d.pro at gmail.com)</li>
120
    <li><pr>591</pr>Remove deprecated sudo flag from travis file. .Deng Liming (liming.d.pro at gmail.com)</li>
121
    <li>Updated Darklaf to 2.2.1 (from 2.1.1)</li>
121
    <li>Updated Darklaf to 2.2.1 (from 2.1.1)</li>
122
    <li><pr>596</pr>Use neutral words in documentation</li>
122
    <li><pr>596</pr>Use neutral words in documentation</li>
123
	<li><pr>65456</pr>Upgrade commons-jexl 3 to 3.2.1 (from 3.1)</li>
123
</ul>
124
</ul>
124
125
125
 <!-- =================== Bug fixes =================== -->
126
 <!-- =================== Bug fixes =================== -->
Lines 176-184 Summary Link Here
176
<ul>
177
<ul>
177
  <li>Michael Weidmann (https://github.com/michaelweidmann)</li>
178
  <li>Michael Weidmann (https://github.com/michaelweidmann)</li>
178
  <li>Deng Liming (liming.d.pro at gmail.com>)</li>
179
  <li>Deng Liming (liming.d.pro at gmail.com>)</li>
180
  <li>Ori Marko (orimarko at gmail.com>)</li>
179
</ul>
181
</ul>
180
<p>We also thank bug reporters who helped us improve JMeter.</p>
182
<p>We also thank bug reporters who helped us improve JMeter.</p>
181
<ul>
183
<ul>
184
	<li>Ori Marko (orimarko at gmail.com>)</li>
182
</ul>
185
</ul>
183
<p>
186
<p>
184
Apologies if we have omitted anyone else.
187
Apologies if we have omitted anyone else.

Return to bug 65456