From 1edf9f080284c7714e77045cdc9d58bc7bccf210 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Nov 2022 14:28:07 +0000 Subject: [PATCH] chore(deps): bump commons-lang3 from 3.9 to 3.12.0 Bumps commons-lang3 from 3.9 to 3.12.0. --- updated-dependencies: - dependency-name: org.apache.commons:commons-lang3 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 e8aa77d..fd77202 100644 --- a/build.gradle +++ b/build.gradle @@ -34,7 +34,7 @@ dependencies { implementation 'io.grpc:grpc-netty-shaded:1.45.1' implementation 'io.grpc:grpc-protobuf:1.45.1' implementation 'io.grpc:grpc-stub:1.45.1' - implementation 'org.apache.commons:commons-lang3:3.9' + implementation 'org.apache.commons:commons-lang3:3.12.0' implementation 'org.apache.httpcomponents:httpcore:4.4.15' compileOnly 'io.micronaut:micronaut-http:3.7.2' compileOnly 'io.micronaut:micronaut-http-server:3.7.2'