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
1 change: 1 addition & 0 deletions checksum.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
<trusted-key id='efe8086f9e93774e' group='junit' />
<trusted-key id='15c71c0a4e0b8edd' group='net.java.dev.jna' />
<trusted-key id='75bf031b7c94e183' group='net.java.dev.jna' />
<trusted-key id='1d0690e353be126d' group='net.minidev' />
<trusted-key id='f6bc09712c8df6ec' group='net.minidev' />
<trusted-key id='0da8a5ec02d11ead' group='net.sf.jopt-simple' />
<trusted-key id='d4012dda1f1f0f82' group='net.sf.jtidy' />
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ org.nosphere.apache.rat.version=0.7.0
org.sonarqube.version=3.0

# Dependencies
accessors-smart.version=1.2
accessors-smart.version=1.3
activemq.version=5.16.0
apache-rat.version=0.13
apiguardian-api.version=1.1.0
Expand Down Expand Up @@ -102,7 +102,7 @@ jmespath-core.version=0.5.0
jmespath-jackson.version=0.5.0
jodd.version=5.0.13
json-path.version=2.4.0
json-smart.version=2.3
json-smart.version=2.4.1
jsoup.version=1.13.1
jtidy.version=r938
junit4.version=4.13.1
Expand Down
4 changes: 2 additions & 2 deletions src/dist/src/dist/expected_release_jars.csv
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
30035,accessors-smart-1.2.jar
29863,accessors-smart-1.3.jar
2387,apiguardian-api-1.1.0.jar
121783,asm-9.0.jar
113369,bsf-2.4.0.jar
Expand Down Expand Up @@ -63,7 +63,7 @@
19858,jodd-log-5.0.13.jar
26047,jodd-props-5.0.13.jar
223186,json-path-2.4.0.jar
120316,json-smart-2.3.jar
119759,json-smart-2.4.1.jar
393851,jsoup-1.13.1.jar
249924,jtidy-r938.jar
382708,junit-4.13.1.jar
Expand Down
1 change: 1 addition & 0 deletions xdocs/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ Summary
<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><pr>648</pr>Updated xmlgraphics-commons to 2.6 (from 2.3). Contributed by Stefan Seide (stefan @ trilobyte.se.de)</li>
<li><pr>656</pr>Updated json-smart to 2.4.1 (from 2.3) and accessors-smart to 1.3 (from 1.2). Contributed by Stefan Seide (stefan @ trilobyte.se.de)</li>
</ul>

<!-- =================== Bug fixes =================== -->
Expand Down