From ee4e4942526a2b6d8b9dab178f13342ab2d59996 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 21:19:51 +0000 Subject: [PATCH] Bump org.apache.commons:commons-lang3 from 3.13.0 to 3.18.0 Bumps org.apache.commons:commons-lang3 from 3.13.0 to 3.18.0. --- updated-dependencies: - dependency-name: org.apache.commons:commons-lang3 dependency-version: 3.18.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index bd0bc3360..26508c87d 100644 --- a/build.gradle +++ b/build.gradle @@ -75,7 +75,7 @@ dependencies { implementation 'org.dockingframes:docking-frames-common:1.1.1' implementation 'com.googlecode.combinatoricslib:combinatoricslib:2.3' implementation 'org.apache.httpcomponents.client5:httpclient5:5.2.1' - implementation 'org.apache.commons:commons-lang3:3.13.0' + implementation 'org.apache.commons:commons-lang3:3.18.0' implementation 'org.apache.commons:commons-text:1.10.0' implementation 'org.jetbrains:annotations:24.0.1' implementation 'com.google.code.gson:gson:2.10.1'