From 922df09e1dd5257e64f872057ec3c512de1f6d8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 16:38:25 +0000 Subject: [PATCH] Bump commons-io:commons-io from 2.15.1 to 2.16.0 Bumps commons-io:commons-io from 2.15.1 to 2.16.0. --- updated-dependencies: - dependency-name: commons-io:commons-io dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- bom/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bom/build.gradle b/bom/build.gradle index 50fedecca8e..616c570653c 100644 --- a/bom/build.gradle +++ b/bom/build.gradle @@ -32,7 +32,7 @@ ext { commonscodecVersion = '1.16.0' commonsconfiguration2Version = '2.9.0' commonsconfigurationVersion = '1.10' - commonsioVersion = '2.15.1' + commonsioVersion = '2.16.0' commonsloggingVersion = '1.3.0' commonstextVersion = '1.11.0' commonscliVersion = '1.6.0'