This is an automated email from the ASF dual-hosted git repository. tilman pushed a commit to branch branch_2x in repository https://gitbox.apache.org/repos/asf/tika.git
The following commit(s) were added to refs/heads/branch_2x by this push: new 91f6511b0 TIKA-4239: update commons lang3 91f6511b0 is described below commit 91f6511b0147620fc3a87b40ef954086d89907af Author: Tilman Hausherr <til...@apache.org> AuthorDate: Fri Aug 30 16:28:19 2024 +0200 TIKA-4239: update commons lang3 --- tika-parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml index ed4e7ee66..86fa53947 100644 --- a/tika-parent/pom.xml +++ b/tika-parent/pom.xml @@ -326,7 +326,7 @@ <commons.csv.version>1.11.0</commons.csv.version> <commons.exec.version>1.4.0</commons.exec.version> <commons.io.version>2.16.1</commons.io.version> - <commons.lang3.version>3.16.0</commons.lang3.version> + <commons.lang3.version>3.17.0</commons.lang3.version> <commons.logging.version>1.3.4</commons.logging.version> <commons.math3.version>3.6.1</commons.math3.version> <commons.net.version>3.11.1</commons.net.version>