This is an automated email from the ASF dual-hosted git repository. sruehl pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/plc4x.git
The following commit(s) were added to refs/heads/develop by this push: new 29346d5aa4 build(deps): bump commons-io:commons-io from 2.18.0 to 2.19.0 (#2108) 29346d5aa4 is described below commit 29346d5aa428b0c55b3c1a51cba4ed3ad00857e5 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Fri May 23 11:12:55 2025 +0200 build(deps): bump commons-io:commons-io from 2.18.0 to 2.19.0 (#2108) Bumps commons-io:commons-io from 2.18.0 to 2.19.0. --- updated-dependencies: - dependency-name: commons-io:commons-io dependency-version: 2.19.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 12d952ec5b..0cf8cc49c8 100644 --- a/pom.xml +++ b/pom.xml @@ -117,7 +117,7 @@ <commons-collections4.version>4.5.0</commons-collections4.version> <commons-compress.version>1.27.1</commons-compress.version> <commons-configuration2.version>2.11.0</commons-configuration2.version> - <commons-io.version>2.18.0</commons-io.version> + <commons-io.version>2.19.0</commons-io.version> <commons-lang3.version>3.17.0</commons-lang3.version> <commons-logging.version>1.3.5</commons-logging.version> <commons-math3.version>3.6.1</commons-math3.version>