From 7b565fcda0e9c086f0080c88f9c743807544f72a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 10:21:35 +0000 Subject: [PATCH] Bump org.apache.commons:commons-lang3 from 3.15.0 to 3.16.0 in /schema Bumps org.apache.commons:commons-lang3 from 3.15.0 to 3.16.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] --- schema/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema/build.gradle b/schema/build.gradle index 1a8bc4888..9280975e7 100644 --- a/schema/build.gradle +++ b/schema/build.gradle @@ -12,7 +12,7 @@ dependencies { api 'com.sun.xml.bind:jaxb-impl:4.0.5' api 'com.sun.istack:istack-commons-runtime:4.2.0' - implementation 'org.apache.commons:commons-lang3:3.15.0' + implementation 'org.apache.commons:commons-lang3:3.16.0' implementation 'org.projectlombok:lombok:1.18.34' testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.3' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.3'