From 6d982eb5d977ad66f7d2ea8da062858389f4a8c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 20:46:59 +0000 Subject: [PATCH] build(deps): bump commons-io:commons-io in /modules/fbs-runner/checker Bumps commons-io:commons-io from 2.13.0 to 2.15.0. --- updated-dependencies: - dependency-name: commons-io:commons-io dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- modules/fbs-runner/checker/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/fbs-runner/checker/build.gradle b/modules/fbs-runner/checker/build.gradle index 4639de68a..3b50a2d3c 100644 --- a/modules/fbs-runner/checker/build.gradle +++ b/modules/fbs-runner/checker/build.gradle @@ -27,7 +27,7 @@ scalastyle { dependencies { compileOnly 'org.scala-lang:scala-library:2.12.17' - implementation group: 'commons-io', name: 'commons-io', version: '2.13.0' + implementation group: 'commons-io', name: 'commons-io', version: '2.15.0' implementation "io.vertx:vertx-lang-scala_2.12:${vertxVersion}" implementation "io.vertx:vertx-config-scala_2.12:${vertxVersion}" implementation "io.vertx:vertx-web-scala_2.12:${vertxVersion}"