This is an automated email from the ASF dual-hosted git repository. rec pushed a commit to branch refactoring/409-Update-dependencies in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git
commit 64d984eec0e661cd087f623fb45c7419e8d78a7e Author: Richard Eckart de Castilho <[email protected]> AuthorDate: Fri Nov 22 13:52:39 2024 +0100 Issue #409: Update dependencies - commons-io 2.17.0 -> 2.18.0 --- uimaj-parent-internal/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uimaj-parent-internal/pom.xml b/uimaj-parent-internal/pom.xml index e2c5b45eb..2e575fd95 100644 --- a/uimaj-parent-internal/pom.xml +++ b/uimaj-parent-internal/pom.xml @@ -64,7 +64,7 @@ <bytebuddy-version>1.15.10</bytebuddy-version> <commons-csv-version>1.12.0</commons-csv-version> <commons-collections4-version>4.4</commons-collections4-version> - <commons-io-version>2.17.0</commons-io-version> + <commons-io-version>2.18.0</commons-io-version> <commons-lang3-version>3.17.0</commons-lang3-version> <commons-math3-version>3.6.1</commons-math3-version> <jackson-version>2.18.1</jackson-version>
