From c82a0c75d872a96fb4d165e4fbc8a0de6f40ef0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Nov 2023 01:01:42 +0000 Subject: [PATCH] build(deps): bump org.apache.commons:commons-text from 1.10.0 to 1.11.0 (#111) Bumps org.apache.commons:commons-text from 1.10.0 to 1.11.0. --- updated-dependencies: - dependency-name: org.apache.commons:commons-text dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index b0d3693..e9ec71b 100644 --- a/build.gradle +++ b/build.gradle @@ -39,7 +39,7 @@ dependencies { compileOnly 'it.unimi.dsi:fastutil:8.5.12' - implementation 'org.apache.commons:commons-text:1.10.0' + implementation 'org.apache.commons:commons-text:1.11.0' implementation 'net.william278:annotaml:2.0.7' implementation 'net.william278:DesertWell:2.0.4' implementation 'dev.dejvokep:boosted-yaml:1.3.1'