From f1173ad9bd28cd353bc1c07a322d824ea7c761d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 15:53:37 +0000 Subject: [PATCH] Bump commons-io:commons-io from 2.16.1 to 2.17.0 Bumps commons-io:commons-io from 2.16.1 to 2.17.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 b73fedeb94..6d698d1538 100644 --- a/bom/build.gradle +++ b/bom/build.gradle @@ -33,7 +33,7 @@ ext { commonscodecVersion = '1.16.0' commonsconfiguration2Version = '2.10.1' commonsconfigurationVersion = '1.10' - commonsioVersion = '2.16.1' + commonsioVersion = '2.17.0' commonsloggingVersion = '1.3.2' // Version 1.12.0 breaks XTDB because of a change in lucene's library names commonstextVersion = '1.11.0'