From 968dd75ae743c5bf64c5c1339fc1e1d81adefb48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 23:34:52 +0000 Subject: [PATCH] Bump commons-io:commons-io from 2.14.0 to 2.15.0 Bumps commons-io:commons-io from 2.14.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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a5ee7eb..fcf8d78 100644 --- a/build.gradle +++ b/build.gradle @@ -26,7 +26,7 @@ dependencies { implementation 'org.jsoup:jsoup:1.16.2' implementation 'in.wilsonl.minifyhtml:minify-html:0.10.8' - implementation 'commons-io:commons-io:2.14.0' + implementation 'commons-io:commons-io:2.15.0' implementation 'com.google.javascript:closure-compiler:v20230802' implementation 'com.fasterxml.jackson.core:jackson-databind:2.15.3' implementation 'org.graalvm.js:js:22.3.4'