This is an automated email from the ASF dual-hosted git repository.
jxue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/helix.git
The following commit(s) were added to refs/heads/master by this push:
new 6a4a1a4db Bump org.apache.commons:commons-lang3 in /helix-rest (#3053)
6a4a1a4db is described below
commit 6a4a1a4dbb704b3b3d390d07dbcd6ef0b772c86a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Dec 9 10:00:11 2025 -0800
Bump org.apache.commons:commons-lang3 in /helix-rest (#3053)
Bumps org.apache.commons:commons-lang3 from 3.8.1 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] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
helix-rest/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/helix-rest/pom.xml b/helix-rest/pom.xml
index a169e718a..631519112 100644
--- a/helix-rest/pom.xml
+++ b/helix-rest/pom.xml
@@ -86,7 +86,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
- <version>3.8.1</version>
+ <version>3.18.0</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>