From 4d06e924e7ba1d3b60ee25c45b1e294545938dad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 11:03:19 +0000 Subject: [PATCH] chore: bump org.apache.commons:commons-lang3 in /spring-graphql-webmvc Bumps org.apache.commons:commons-lang3 from 3.17.0 to 3.20.0. --- updated-dependencies: - dependency-name: org.apache.commons:commons-lang3 dependency-version: 3.20.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- spring-graphql-webmvc/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-graphql-webmvc/build.gradle b/spring-graphql-webmvc/build.gradle index b9b82c9aa..739f6adba 100644 --- a/spring-graphql-webmvc/build.gradle +++ b/spring-graphql-webmvc/build.gradle @@ -49,7 +49,7 @@ dependencies { implementation 'org.postgresql:postgresql' // validations manually - implementation 'org.apache.commons:commons-lang3:3.17.0' + implementation 'org.apache.commons:commons-lang3:3.20.0' //configure Lombok for compile java/ compile tests compileOnly 'org.projectlombok:lombok:1.18.38'