This is an automated email from the ASF dual-hosted git repository. fschumacher pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/jmeter.git
commit 62124ca17d02ddc8fbc15c348dc4b166c857bc46 Author: Stefan Seide <[email protected]> AuthorDate: Thu Dec 22 12:04:18 2022 +0100 Update Apache commons-net to 3.9.0 and fix changes list --- checksum.xml | 2 +- gradle.properties | 2 +- src/dist/src/dist/expected_release_jars.csv | 2 +- xdocs/changes.xml | 7 +++++++ 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/checksum.xml b/checksum.xml index 7d7cce2df7..a977f79de4 100644 --- a/checksum.xml +++ b/checksum.xml @@ -7,8 +7,8 @@ <trusted-keys> <trusted-key id='1c8d5ef0df2b70d4' group='cglib' /> <trusted-key id='379ce192d401ab61' group='com.diffplug.durian' /> - <trusted-key id='8d7f1bec1e2ecae7' group='com.fasterxml.jackson.core' /> <trusted-key id='3d12ca2ac19f3181' group='com.fasterxml.jackson.core' /> + <trusted-key id='8d7f1bec1e2ecae7' group='com.fasterxml.jackson.core' /> <trusted-key id='4c00043bec5cb7cb' group='com.fifesoft' /> <trusted-key id='af10873874630863' group='com.flipkart.zjsonpatch' /> <trusted-key id='379ce192d401ab61' group='com.formdev' /> diff --git a/gradle.properties b/gradle.properties index a8519bd41b..baaffbd1e7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -77,7 +77,7 @@ commons-lang.version=2.6 commons-lang3.version=3.12.0 commons-logging.version=1.2 commons-math3.version=3.6.1 -commons-net.version=3.8.0 +commons-net.version=3.9.0 commons-pool2.version=2.11.1 commons-text.version=1.10.0 darklaf.version=2.7.3 diff --git a/src/dist/src/dist/expected_release_jars.csv b/src/dist/src/dist/expected_release_jars.csv index beb0ab53f5..4dc7157fda 100644 --- a/src/dist/src/dist/expected_release_jars.csv +++ b/src/dist/src/dist/expected_release_jars.csv @@ -35,7 +35,7 @@ 587402,commons-lang3-3.12.0.jar 61829,commons-logging-1.2.jar 2213560,commons-math3-3.6.1.jar -307305,commons-net-3.8.0.jar +316431,commons-net-3.9.0.jar 145516,commons-pool2-2.11.1.jar 238400,commons-text-1.10.0.jar 1547509,darklaf-core-2.7.3.jar diff --git a/xdocs/changes.xml b/xdocs/changes.xml index 46097082a6..845b39f34e 100644 --- a/xdocs/changes.xml +++ b/xdocs/changes.xml @@ -111,6 +111,13 @@ Summary <li><issue></issue>Update Jackson Databind to 2.13.4.2 (from 2.13.4.2)</li> <li><issue></issue>Update Tika Parser to 1.28.5 (from 1.28.3)</li> <li><issue></issue>Update JSoup to 1.15.3 (from 1.15.1)</li> + <li><issue>5725</issue>Update Jackson Core to 2.13.4 (from 2.13.2)</li> + <li><issue>5725</issue>Update Jackson Databind to 2.13.4.2 (from 2.13.2.2)</li> + <li><issue>5725</issue>Update Tika Parser to 1.28.5 (from 1.28.3)</li> + <li><issue>5725</issue>Update JSoup to 1.15.3 (from 1.15.1)</li> + <li><issue>5725</issue>Update Apache commons-net to 3.9.0 (from 3.8.0)</li> + <li><pr>5731</pr>Update docs for <code>changeCase</code> function. <code>UPPER</code> is the default. + Based on a patch by Ori Marko (orimarko at gmail.com)</li> </ul> <!-- =================== Bug fixes =================== -->
