From 858b7ea943b5a2e5abe6bab03f8ed06cecb14b13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 10:24:01 +0000 Subject: [PATCH] Bump org.apache.commons:commons-lang3 from 3.16.0 to 3.17.0 in /common Bumps org.apache.commons:commons-lang3 from 3.16.0 to 3.17.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] --- common/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/build.gradle b/common/build.gradle index c837de3b5..7f0b5f879 100644 --- a/common/build.gradle +++ b/common/build.gradle @@ -24,7 +24,7 @@ dependencies { api 'org.springframework.boot:spring-boot-starter-web' api 'org.springframework.boot:spring-boot-starter-webflux' api 'org.springframework:spring-jms' - api 'org.apache.commons:commons-lang3:3.16.0' + api 'org.apache.commons:commons-lang3:3.17.0' api 'org.apache.qpid:qpid-jms-client:2.5.0' testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.0' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.0'