Skip to content

Commit 71c084c

Browse files
authored
Merge branch 'apache:master' into ns
2 parents fd12dc3 + a7bd8fa commit 71c084c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/bom-thirdparty/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,12 @@ dependencies {
6161
api("com.miglayout:miglayout-core:5.3")
6262
api("com.miglayout:miglayout-swing:5.3")
6363
api("com.sun.activation:javax.activation:1.2.0")
64-
api("com.thoughtworks.xstream:xstream:1.4.20")
64+
api("com.thoughtworks.xstream:xstream:1.4.21")
6565
api("commons-codec:commons-codec:1.16.0")
6666
api("commons-collections:commons-collections:3.2.2")
6767
api("commons-io:commons-io:2.15.1")
6868
api("commons-lang:commons-lang:2.6")
69-
api("commons-logging:commons-logging:1.3.0")
69+
api("commons-logging:commons-logging:1.3.5")
7070
api("commons-net:commons-net:3.10.0")
7171
api("dnsjava:dnsjava:2.1.9")
7272
api("io.burt:jmespath-core:0.6.0")

xdocs/index.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<li>Full featured Test IDE that allows fast Test Plan <b>recording (from Browsers or native applications), building and debugging</b>.</li>
6161
<li><b><a href="usermanual/get-started.html#non_gui">CLI mode (Command-line mode (previously called Non GUI) / headless mode)</a></b> to load test from any Java compatible OS (Linux, Windows, Mac OSX, &hellip;)</li>
6262
<li>A complete and <b><a href="usermanual/generating-dashboard.html" >ready to present dynamic HTML report</a></b></li>
63-
<li>Easy correlation through ability to extract data from most popular response formats, <b><a href="usermanual/component_reference.html#CSS/JQuery_Extractor" >HTML</a>, <a href="usermanual/component_reference.html#JSON_Extractor" >JSON </a>,
63+
<li>Easy correlation through ability to extract data from most popular response formats, <b><a href="usermanual/component_reference.html#CSS/JQuery_Extractor" >HTML</a>, <a href="usermanual/component_reference.html#JSON_Extractor" >JSON</a>,
6464
<a href="usermanual/component_reference.html#XPath_Extractor" >XML</a> or <a href="usermanual/component_reference.html#Regular_Expression_Extractor" >any textual format</a></b></li>
6565
<li>Complete portability and <b>100% Java purity</b>.</li>
6666
<li>Full <b>multi-threading</b> framework allows concurrent sampling by many threads and

0 commit comments

Comments
 (0)